Tech Lounge > Programming

*Gmod* Lua - SUPER TUTORIAL!!

<< < (2/3) > >>

Peetah:
Nice good to see Krasher is helping out the community.
Also add some other useful functions like; set gravity, strip weapons, give weapon.
Keep up the great work young man.

Majoras mask:

--- Quote from: Peetah on June 05, 2010, 08:22:03 PM ---Nice good to see Krasher is helping out the community.
Also add some other useful functions like; set gravity, strip weapons, give weapon.
Keep up the great work young man.

--- End quote ---
Like this:O?

   ply:SetGravity( 0.90 )
   ply:SetMaxHealth( 100, true )
   ply:SetWalkSpeed( 325 )
   ply:SetRunSpeed( 525 )
-----------------------------------------------
   ply:Stripweapons()
   ply:Give("weapon_crowbar")
   ply:Give("weapon_pistol")

Peetah:
Yup.

Krasher:

--- Quote from: Peetah on June 05, 2010, 08:22:03 PM ---Nice good to see Krasher is helping out the community.

--- End quote ---
You just now realized?

Peetah:
Just a complement.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version