21.01.2011, 21:14
#- Updated 20/01/2011:
Removed bugs of iParams[0]
Thanks special to Gil Herique for reporting.
@Hackhers:
Removed bugs of iParams[0]
Thanks special to Gil Herique for reporting.
@Hackhers:
pawn Код:
fcmd(health,playerid)
{
if(!iParams[1][0])
return print("Use: /health [quant]");
SetPlayerHealth(playerid,strval(iParams[1]));
return true;
}