27.07.2009, 19:26
Quote:
Originally Posted by killdahobo99
This is what i have
Код:
if (strcmp(cmdtext, "/ahelp", true) == 0) // ----------GUNZ COMMAND JUST FOR ADMIN { if (gTeam[playerid] == TEAM_GROVE) { SendClientMessage(playerid, 0xFF0000AA, "Only GROVE are authorized to use this command!"); return 1; } else SendClientMessage(playerid,COLOR_LIGHTBLUE, "A FEW ADMIN COMMANDS"); return 1; } Код:
147) : warning 209: function "OnPlayerCommandText" should return a value |