Simple Question - 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: Simple Question (
/showthread.php?tid=214706)
Simple Question -
marinov - 21.01.2011
Simple Question, this " || " means "and" or "or" ? And what about this " && " ?
Re: Simple Question - [L3th4l] - 21.01.2011
" || " or
" && " and
Re: Simple Question -
Sybren - 21.01.2011
'||' means 'or'. && means 'and'.
Re: Simple Question -
marinov - 21.01.2011
OK thanks, that can be confusing sometimes.