error???
#4

This:
pawn Код:
if(PlayerInfo[playerid][pCell] == 0) || PlayerInfo[playerid][pSim] == 0)
Should be:
pawn Код:
if(PlayerInfo[playerid][pCell] == 0 || PlayerInfo[playerid][pSim] == 0)
Reply


Messages In This Thread
error??? - by Brian_Furios - 23.03.2010, 17:10
Re: error??? - by Zimon95 - 23.03.2010, 17:13
Re: error??? - by Brian_Furios - 23.03.2010, 17:16
Re: error??? - by Zimon95 - 23.03.2010, 17:17
Re: error??? - by Jay420 - 23.03.2010, 17:18
Re: error??? - by Brian_Furios - 23.03.2010, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)