30.11.2012, 11:34
You havent created the stock for your faction
Код:
stock IsASoldier(playerid)
{
if(PlayerInfo[playerid][pFac] == facidofthefac) return 1;
return 0;
}

