Little Help - 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)
+--- Thread: Little Help (
/showthread.php?tid=512565)
Little Help -
Sanady - 11.05.2014
Hello I need little help I got errors but I don`t see mistake...
CODE
pawn Код:
if(GetPlayerMoney(playerid) =< number) return SendClientMessage(playerid,0xFFFFFFFF,"ERROR");
Errors
Код:
D:\SA-MP Server Stuff 2\SA-MP Server\filterscripts\blackmarket.pwn(1141) : warning 211: possibly unintended assignment
D:\SA-MP Server Stuff 2\SA-MP Server\filterscripts\blackmarket.pwn(1141) : error 022: must be lvalue (non-constant)
D:\SA-MP Server Stuff 2\SA-MP Server\filterscripts\blackmarket.pwn(1141) : error 029: invalid expression, assumed zero
D:\SA-MP Server Stuff 2\SA-MP Server\filterscripts\blackmarket.pwn(1141) : warning 215: expression has no effect
D:\SA-MP Server Stuff 2\SA-MP Server\filterscripts\blackmarket.pwn(1141) : error 001: expected token: ";", but found ")"
D:\SA-MP Server Stuff 2\SA-MP Server\filterscripts\blackmarket.pwn(1141) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Re: Little Help -
Konstantinos - 11.05.2014
It's "<=", not "=<".