01.08.2010, 00:34
I made a /team command
But i type it IG and it says it is Unknown?
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/team", cmdtext, true, 5) == 0) { SendClientMessage(playerid, COLOR_WHITE,"LS-RP Team"); SendClientMessage(playerid, COLOR_WHITE,"Server/Scripter - Luis"); SendClientMessage(playerid, COLOR_WHITE,"Co-Scripter's iViking and Ed"); return 1; } return 0; }