Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- iPrintLn("[^3FunSpawn^7]^3You're a ^1GLASS-CANNON^3 and got only ^750 HealthPoints! [press 2 for rpgs]", Client);
- int weapon = GetWeapon("rpg");
- Client.Other.SecondaryWeapon = weapon;
- Client.Other.SecondaryWeaponAkimbo = true;
- Client.Ammo.SecondaryAmmo = 9;
- Client.Ammo.SecondaryAmmoClip = 9;
- Client.Ammo.SecondaryAkimboAmmo = 9;
- Client.Ammo.PrimaryAkimboAmmo = 9;
- PlaySoundOnPlayer(Client, "freefall_death");
- Client.Other.Health = 50;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement