16.04.2014, 00:27
Did you try switching up the params?
(playerid, forplayerid) to (forplayerid, playerid)? It could be that. Also, try defining "pInfo[forplayerid][Faction]" to something. Like this:
(playerid, forplayerid) to (forplayerid, playerid)? It could be that. Also, try defining "pInfo[forplayerid][Faction]" to something. Like this:
pawn Код:
new forpid = pInfo[forplayerid][Faction];
if(pInfo[playerid][Faction] == forpid)