A tiny problem- - 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: A tiny problem- (
/showthread.php?tid=148957)
A tiny problem- -
DevilRP - 19.05.2010
Код:
if GetPlayerScore(playerid <100) return SetPlayerScore(playerid, 750);
error-
Код:
error 001: expected token: "*then", but found "return"
Re: A tiny problem- -
novox - 19.05.2010
pawn Код:
if(GetPlayerScore(playerid<100)) return SetPlayerScore(playerid, 750);
Re: A tiny problem- -
DevilRP - 19.05.2010
doh.. im so stupid, thanks..
Re: A tiny problem- -
novox - 19.05.2010
Quote:
Originally Posted by DevilRP
doh.. im so stupid, thanks..
|
No problem.