PHP Code:
if ( gHasnoobPower[id] )
{
noobs[id] = get_cvar_num("noob_arrows")
if ( is_user_alive(id) )
{
noob_morph(id)
}
if ( get_cvar_num("noob_getdeagle") == 1 )
shGiveWeapon(id,"weapon_deagle")
}
What should I add here to give only 7 bullets/round for a player?The cvar is already setted on 7, but when the player is revived he get other 7 bullets...is there a way to fix it?