Problem with adminduty command.
#3

You're setting the health values to zero, this will kill the player. So do this....
pawn Код:
SetPlayerHealth(playerid, 0);
SetPlayerArmour(playerid, 0);
Needs to become

pawn Код:
SetPlayerHealth(playerid, 100);
SetPlayerArmour(playerid, 100);
Or whatever you want the values to be.
Reply


Messages In This Thread
Problem with adminduty command. - by ponagandlamanoj - 13.01.2014, 18:02
Re: Problem with adminduty command. - by MatriXgaMer - 13.01.2014, 18:05
Re: Problem with adminduty command. - by superwaldo92 - 13.01.2014, 18:09
Re: Problem with adminduty command. - by ponagandlamanoj - 13.01.2014, 18:49

Forum Jump:


Users browsing this thread: 2 Guest(s)