02.10.2010, 12:38
where dini read from player you have 2 put like this in dini file FACTION=1
or FACTION=2 if is 1 is for faction 1 2 for faction 2 ... then read like this
ex:
then use this code
... try
or FACTION=2 if is 1 is for faction 1 2 for faction 2 ... then read like this
ex:
pawn Код:
SetPVarInt(playerid, "FACTION",dini_Int(file,"FACTION"));
pawn Код:
if(GetPVarInt(playerid, "FACTION") == 1)
{