[HELP] /myteam problem
#6

pawn Код:
if (strcmp("/myteam", cmdtext, true, 10) == 0)
        {
                if(GetPlayerTeam == 0)
                {
                        SendClientMessage(playerid,COLOR_GREEN,"Your team is criminals !");
                }
                else if(GetPlayerTeam == 1)
                {
                        SendClientMessage(playerid,COLOR_GREEN,"Your team is police  !");
                }
        }
}
hope this will help

NOTE : if you did that delete
pawn Код:
new pTeam[playerid];
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)