Spawn health/armor
#4

pawn Код:
if(strcmp(cmdtext,"/refill", true) == 0) {
       SendClientMessage(playerid, COLOR_GREEN, "Your health and armour has been succesfully refilled ");
       SetPlayerHealth(playerid, 100);
       SetPlayerArmour(playerid, 100);
       return 1;
}
isn't so hard
Reply


Messages In This Thread
Spawn health/armor - by deqn_0000 - 04.08.2011, 10:30
Re: Spawn health/armor - by Toreno - 04.08.2011, 10:38
Re: Spawn health/armor - by deqn_0000 - 04.08.2011, 10:58
Re: Spawn health/armor - by (LifeStealeR) - 04.08.2011, 11:01
Re : Spawn health/armor - by Soumi - 04.08.2011, 11:03
Re: Spawn health/armor - by Tigerbeast11 - 04.08.2011, 11:19
Re: Spawn health/armor - by deqn_0000 - 04.08.2011, 12:18
Re : Spawn health/armor - by Soumi - 04.08.2011, 13:23
Re: Spawn health/armor - by deqn_0000 - 04.08.2011, 19:21

Forum Jump:


Users browsing this thread: 1 Guest(s)