26.01.2010, 13:45
Quote:
Originally Posted by [NWA
Hannes ]
Quote:
Код:
OnPlayerPickupPickup(playerid, pickupid) { SetPlayerArmour(playerid, 100); GameTextForPlayer(playerid, "~b~~h~~h~You got armour!", 3000, 3); return 0/1;// Returning 0 Only gives armour for pickups in this script. Returning 1 gives armour for pickups in all scripts on server. } |