11.06.2011, 21:24
Sorry for double posts,
Maybe try to use zcmd processor like
And For the command
If not give me your msn then i will fix it to you
Maybe try to use zcmd processor like
pawn Код:
#include <zcmd> //On the top
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;
}
}