problems :S
#7

GetPVarInt got only 2 parameters, not more or less than 2. So, those:
PHP код:
if(GetPVarInt(playerid"Event"1//1157
if(GetPVarInt(playerid"Strojnica"0//1162
if(GetPVarInt(playerid"Strojnica"1//1174
if(GetPVarInt(playerid"Event"0//1176 
Must be:
PHP код:
if(GetPVarInt(playerid"Event") == 1//1157
if(!GetPVarInt(playerid"Strojnica")) //1162
if(GetPVarInt(playerid"Strojnica") == 1//1174
if(!GetPVarInt(playerid"Event")) //1176 
Reply


Messages In This Thread
problems :S - by Speed - 18.07.2011, 20:50
Re: problems :S - by lawonama - 18.07.2011, 20:53
Re: problems :S - by Adil - 18.07.2011, 20:53
Re: problems :S - by DeadAhead - 18.07.2011, 20:59
Re: problems :S - by Speed - 18.07.2011, 21:07
Re: problems :S - by Speed - 19.07.2011, 12:01
Re: problems :S - by MoroDan - 19.07.2011, 12:07
Re: problems :S - by Speed - 19.07.2011, 12:10

Forum Jump:


Users browsing this thread: 1 Guest(s)