13.02.2014, 09:36
hey guys i hope you all fine today , i'm just asking for some help in this command
yeah the problem is when i use it it says
i hope you guys help me
and if there someone have a better cmd i will be thankful for helping me
Quote:
if (strcmp("/setusa", cmdtext, true, 10) == 0||strcmp("/SETUSA", cmdtext, true, 10) == 0) { if (IsPlayerAdmin(playerid)) { new id, pname1[24], string[250]; if(id == INVALID_PLAYER_ID) return SendClientMessage(playerid, COLOR_RED, "Invalid Player"); SetPlayerTeam(id,0); SetPlayerColor(id,COLOR_BLUETEAM); gTeam[id] = TEAM_USA; GetPlayerName(id, pname1, 24); format(string, 250, "You Set %s (%d) Team To {0x0000FF}USA", pname1, id); } return 1; } |
Quote:
SERVER: Unknown Command |
and if there someone have a better cmd i will be thankful for helping me