Quote:
Originally Posted by TheNooB
At the top of his GM:
pawn Код:
#pragma tabsize 0 //remove loose indentation
Change your cmd to:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/geber", cmdtext, true, 10) == 0) { SetPlayerHealth(playerid,0); return 1; } return 0; }
About gRandomPlayerSpawns. Use it on something. You created it, and you it is not using it
|
The code won't work u missed a bracket, why did u post the 3rd time anyway if there's two answers above?