Please help me to add command for health&armour to cant die!
#7

Quote:
Originally Posted by iggy1
Посмотреть сообщение
You could also try
pawn Код:
SetPlayerHealth(playerid,999999);
That worked for me in an old script i made. But if these that you have tryed are not working this may not....
I try and this

Код:
	if(strcmp(cmd,"/gospod",true)==0)
	{
        if(PlayerInfo[playerid][pAdmin] >= 1338)
        {
            SetPlayerHealth(playerid,999999);
            SetPlayerArmour(playerid,999999);
			GetPlayerName(playerid, sendername, sizeof(sendername));
			format(string, 256, "-| Admin [ID %d ] %s go vkluci GODMODE. |-", playerid,sendername);
         	SendClientMessageToAll(COLOR_RED, string);
		}
		return 1;
	}
Still not work.



Quote:
Originally Posted by Mimic
Посмотреть сообщение
When you execute that command is your health blinking? If so you shouldn't be able to get killed if it's not blinking something is wrong.
Yes i know but its not BLINKING :S :S
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)