is this line make any sense?
#4

Quote:
Originally Posted by gamer_Z
if u get an error i suggest you make
pawn Код:
if(!otherplayerid = playerid) GivePlayerMoney(otherplayerid,10000)
to
pawn Код:
if(!otherplayerid == playerid){GivePlayerMoney(otherplayerid,10000)}// brackets just for case... xD
OK and except that everything is fine?

ohh and i think you forgot ; in the end:
pawn Код:
if(!otherplayerid == playerid){GivePlayerMoney(otherplayerid,10000)};
Reply


Messages In This Thread
is this line make any sense? - by nuriel8833 - 19.08.2009, 09:44
Re: is this line make any sense? - by Butilka - 19.08.2009, 09:45
Re: is this line make any sense? - by Gamer_Z - 19.08.2009, 09:56
Re: is this line make any sense? - by nuriel8833 - 19.08.2009, 09:57

Forum Jump:


Users browsing this thread: 1 Guest(s)