Warning. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Warning. (
/showthread.php?tid=177877)
Warning. -
Typhome - 19.09.2010
----------------------
Re: Warning. -
Conroy - 19.09.2010
if(PlayerInfo[playerid][pCash] <= DriveSchoolMoney)
Re: Warning. -
Typhome - 19.09.2010
....Thanks!
Re: Warning. -
Hal - 19.09.2010
i think the <&> must come before the = sign.
Re: Warning. -
Conroy - 19.09.2010
Quote:
Originally Posted by Hal
i think the <&> must come before the = sign.
|
Correct.
Re: Warning. -
Typhome - 19.09.2010
----------------------
Re: Warning. -
Conroy - 19.09.2010
If you want to find out if the player has more, then >=.
Re: Warning. -
prez_jake - 19.09.2010
lol it is i think
Quote:
if(PlayerInfo[playerid][pCash] <= DriveSchoolMoney);
|
you forgot the ; at end lol
Re: Warning. -
Conroy - 19.09.2010
Quote:
Originally Posted by prez_jake
lol it is i think
you forgot the ; at end lol
|
-.-
Completely wrong, just give up.
Re: Warning. -
Typhome - 19.09.2010
Quote:
Originally Posted by prez_jake
lol it is i think
you forgot the ; at end lol
|
You fail.. :/ Learn some scripting.
Quote:
Originally Posted by Conroy
If you want to find out if the player has more, then >=.
|
Thanks!