SA-MP Forums Archive
Pawno characters.. - 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: Pawno characters.. (/showthread.php?tid=112514)



Pawno characters.. - Kurence - 08.12.2009

Please, tell me what mean pawno characters like: "?" or "%" and so.
It will really help me. Thanks


Re: Pawno characters.. - xomka - 08.12.2009

you might look at Operators in C and C++


Re: Pawno characters.. - Kurence - 08.12.2009

thanks


Re: Pawno characters.. - Malice - 08.12.2009

Or... check out http://www.compuphase.com/pawn/Pawn_Language_Guide.pdf.

Like is posted everywhere on the forum.......


And by the way, '%' is modulo and as far as I know the '?' is only used in a special "if" statement. It goes conditional expression ? a : b. a if true, b if false.


Re: Pawno characters.. - Westie - 08.12.2009

By the way, it's not Pawno. Pawno is the IDE, PAWN is the language. Get it right. >