Quote:
Originally Posted by pds2012
im not sure about this. but give it a try
Code
pawn Код:
public SmallTimer(playerid) { new H = GetPlayerHealth(playerid); if(Raped[playerid] == true) return SetPlayerHealth(playerid, H -0.1); return 1; }
PS: i use this kind of method on my server
|
That would do the same thing, the only difference is your returning a value which really isn't needed.