151
Programming / Re: *Gmod* Lua - SUPER TUTORIAL!!
« on: June 05, 2010, 08:36:21 PM »Nice good to see Krasher is helping out the community.Like this:O?
Also add some other useful functions like; set gravity, strip weapons, give weapon.
Keep up the great work young man.
ply:SetGravity( 0.90 )
ply:SetMaxHealth( 100, true )
ply:SetWalkSpeed( 325 )
ply:SetRunSpeed( 525 )
-----------------------------------------------
ply:Stripweapons()
ply:Give("weapon_crowbar")
ply:Give("weapon_pistol")