[HELP] /myteam problem
#3

pawn Код:
if (strcmp("/myteam", cmdtext, true, 10) == 0)
{
if(pTeam[playerid] == TEAM_POLICE){
SendClientMessage(playerid,COLOR_BLUE,"You're a police officer");
return 1;
}
if(pTeam[playerid] == TEAM_CRINIMALS){
SendClientMessage(playerid,COLOR_RED,"You're a crinimal");
return 1;
}
Reply


Messages In This Thread
[HELP] /myteam problem - by FishyZ - 22.07.2013, 18:37
Re: [HELP] /myteam problem - by ZeroTheScyther - 22.07.2013, 18:39
Re: [HELP] /myteam problem - by ScRipTeRi - 22.07.2013, 18:41
Re: [HELP] /myteam problem - by ZeroTheScyther - 22.07.2013, 18:53
Re: [HELP] /myteam problem - by DobbysGamertag - 22.07.2013, 20:57
Re: [HELP] /myteam problem - by Chrisis - 22.07.2013, 23:25

Forum Jump:


Users browsing this thread: 1 Guest(s)