07.11.2010, 20:57
ew dude, it's the singlest thing, as I said, if is even still the same question:
Код:
public OnPlayerPickUpPickup(playerid, pickupid) { if( pickupid == HealthPickup) { if(IsPlayerAdmin(playerid)) { SetPlayerHealth(playerid, 100); SendClientMessage(playerid,COLOR_ORANGERED,"You picked up Health!"); } else return SendClientMessage(playerid, COLOR_ORANGERED, "YOu're an admin"); } return 1; }