20.07.2009, 20:30
How can i make a sort of disease system like if a player gets infected by /infect or /rape that the player who is infected or raped every 10 secs will lose 10 hp?
Help plz
Help plz
Originally Posted by ekeleke
I have a problem with it
if i use any cmd with /rape <id> /cuff <id> /hea; <id> it always send ERROR:INVALID PLAYER |
Originally Posted by ekeleke
But i used it on someone else
but it says ERROR: INALID PLAYER Id on EVERY command i made jast after i putted your script in the game |
SetPlayerHealth(playerid, -10.0);
new Float:health;
GetPlayerHealth(playerid, health);
SetPlayerHealth(playerid, health - 10);