Won't work.. - 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: Won't work.. (
/showthread.php?tid=476819)
Won't work.. -
Lajko1 - 20.11.2013
pawn Код:
if(strfind(text, "tuned black jeep",true) > 0) || if(strfind(text, "costumized black jeep",true) > 0) || if(strfind(text, "pimped black jeep",true) > 0)
pawn Код:
expression has no effect
expected token: ";", but found "if"
invalid expression, assumed zero
too many error messages on one line
Re: Won't work.. -
tuuler - 20.11.2013
pawn Код:
if(strfind(text, "tuned black jeep",true) > 0 || if(strfind(text, "costumized black jeep",true) > 0 || if(strfind(text, "pimped black jeep",true) > 0)
Re: Won't work.. -
Lajko1 - 20.11.2013
same thing...
Re: Won't work.. -
StuartD - 20.11.2013
pawn Код:
if(strfind(text, "tuned black jeep",true) > 0 || strfind(text, "costumized black jeep",true) > 0 || strfind(text, "pimped black jeep",true) > 0)
Try Dis.
Re: Won't work.. -
Lajko1 - 20.11.2013
ty
rep+ for you