26.08.2012, 07:55
Use SetTimerEx and set it to call the function SetPlayerHealth.
Creating a custom public function is not needed.
Why not?
Meybe he did it for a reason, you never know.
Creating a custom public function is not needed.
pawn Код:
CMD:kill(playerid, params[])
{
SetTimerEx("SetPlayerHealth", 10000, false, "df", playerid, 0.0);
}
Meybe he did it for a reason, you never know.