Where Do I Put This?
#6

Sorry for double posts,
Maybe try to use zcmd processor like
pawn Код:
#include <zcmd> //On the top
And For the command

pawn Код:
CMD:myteam(playerid, params[])
    {
    if (pTeam[playerid] == team_Army)
        {
                GameForTextPlayer(playerid, "You are In the army Soldier!!",5000,3);
        }
        else if (pTeam[playerid] == team_Fbi)
            {
                      GameForTextPlayer(playerid, "You are a FBI Member!!",5000,3);
         }
    return 1;
}
}
If not give me your msn then i will fix it to you
Reply


Messages In This Thread
Where Do I Put This? - by Bmxerlmao5288 - 11.06.2011, 21:03
Re : Where Do I Put This? - by Naruto_Emilio - 11.06.2011, 21:07
AW: Where Do I Put This? - by Julian12345 - 11.06.2011, 21:07
Re: Re : Where Do I Put This? - by Bmxerlmao5288 - 11.06.2011, 21:13
Re : Where Do I Put This? - by Naruto_Emilio - 11.06.2011, 21:16
Re : Where Do I Put This? - by Naruto_Emilio - 11.06.2011, 21:24

Forum Jump:


Users browsing this thread: 2 Guest(s)