31.10.2009, 17:21
At the top of his GM:
Change your cmd to:
About gRandomPlayerSpawns. Use it on something. You created it, and you it is not using it
pawn Код:
#pragma tabsize 0 //remove loose indentation
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/geber", cmdtext, true, 10) == 0)
{
SetPlayerHealth(playerid,0);
return 1;
}
return 0;
}