0 Members and 1 Guest are viewing this topic.
UPDATE MY SPIC
STOP FUCKING QUOTE MAI SAID
what do guys and rubix cubes have in common? The longer you play with them, the harder they get.
GMod Update - As you should know ;pposted by .:~RND`=- coolzeldad -= @ 11:19PM on April 30, 2010So, reviews on the update seem to be bad for just about everyone.I'll take this time to do some well needed maintenance on the servers.Hopefully we'll see a second patch soon.If this is not the case, I have a hell of a lotta work to do :/hf, kthxbai-coolz
http://steamcommunity.com/groups/r_A_N_d_O_m/announcements/detail/180320163016628677
The two major changes coming in the next update are LuaJIT and thirdperson animations.[/size][/font][/size]as a note: LuaJIT won't give you 500 FPS, instead the intention is to help servers scale.Here's what you need to do to prepare:1. If you're using the old vararg syntax, update. http://lua-users.org/wiki/VarargTheSecondClassCitizen2. Your SWEPs need to have SWEP.HoldType shared, and if you override Initialize, you need to call SetWeaponHoldType shared as well. That means if you copied the CS:S SWEP base, move SWEP.HoldType out of the "if SERVER" block.3. Your SetAnimation hooks will no longer work. Instead, animations are handled by three new SHARED animation hooks. The best documentation I can give is the new code.http://azu.pastebin.com/6NyddstZGM:CalcMainActivity( player, groundvelocity )Calculates the activity to play on the playerreturns activity, sequence (override)GM:TranslateActivity( ply, activity )Hook to translate activity from CalcMainActivity, for weapons or custom scriptsreturns activityGM:DoAnimationEvent( ply, event, data )Handles animation events dispatched from the client (PREDICTED) and server.It uses ACT_MP_* which are mapped through the SWEP translation
http://www.facepunch.com/showthread.php?t=929591