Question
#4

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:
pawn Код:
SetPVarInt(playerid, "FACTION",dini_Int(file,"FACTION"));
then use this code
pawn Код:
if(GetPVarInt(playerid, "FACTION") == 1)
    {
... try
Reply


Messages In This Thread
Question - by Scriptissue - 02.10.2010, 12:23
Re: Question - by iJumbo - 02.10.2010, 12:26
Re: Question - by Rudyy - 02.10.2010, 12:29
Re: Question - by iJumbo - 02.10.2010, 12:38
Re: Question - by Scriptissue - 02.10.2010, 14:43

Forum Jump:


Users browsing this thread: 2 Guest(s)