01.11.2010, 09:10
pawn Код:
if(!strcmp(cmdtext, "/r", true, 2))
{
new string[128], Player[MAX_PLAYER_NAME];
GetPlayerName(playerid, Player, MAX_PLAYER_NAME);
format(string, 128, "RADIO: %s: %s", Player, cmdtext[2]);
for(new i=0; i<MAX_PLAYERS; i++) if(gTeam[i]==gTeam[playerid]) SendClientMessage(i, COLOR_GREEN, string);
return 1;
}
RADIO: Mean: ules
how can I make it so it needs to put space not like /rhelp me I want it /r help me