Posts: 617
Threads: 129
Joined: Feb 2014
Quote:
Originally Posted by Micko123
Do not trust me on this one but do this
PHP код:
if(gTeam[playerid] == POLICE)
{
if(pInfo[playerid][Faction] != 1)
{
SendClientMessage(playerid, red, "You are not a member of this faction");
return 1;
}
}
I jsut returned 1 under SendClientMessage
|
thats wont work any other suggestions?