is this line make any sense?
#3

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
or to
pawn Код:
if(otherplayerid != playerid){GivePlayerMoney(otherplayerid,10000)}// brackets just for case... xD
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)