[HELP] /myteam problem
#1

Quote:

if (strcmp("/myteam", cmdtext, true, 10) == 0)
{
if(pTeam[playerid] == POLICE){
SendClientMessage(playerid,COLOR_BLUE,"You're a police officer");
return 1;
}
if(pTeam[playerid] == CRINIMALS){
SendClientMessage(playerid,COLOR_RED,"You're a crinimal");
return 1;
}

It will always say You're a crinimal.

Quote:

new pTeam[MAX_PLAYERS];
#define TEAM_wCRINIMALS 0
#define TEAM_POLICE 1

Any help?
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)