SA-MP Forums Archive
Command Crashing - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Command Crashing (/showthread.php?tid=494317)



Command Crashing - Zin - 12.02.2014

Im setting up a simple server but when i type /Help my game crashes

Код:
/CMDS
COMMAND:Help(playerid, params[])
{
 SendClientMessage(playerid, COLOR_YELLOW, "/Rules /Arena /Fuck [PlayerID]");
return 1;
}