PDA

View Full Version : Operators


Dr.G
05-26-2009, 01:14 PM
Operators are the same in PHP codeing as in PAWN, like we use to code plugins. Here is a list of those Operators i just found it while reading up on some PHP, and thought "Hey that it might help someone on dodplugins.." :

http://www.w3schools.com/PHP/php_operators.asp

Of cource this is also explained in tuts on alliedmodders, but the overview on these are great i think.

- cheers


[Edit]

ok after reading on, alot of the stuff there is very usefull if you wanna learn PAWN, like "PHP If...Else Statements" it is all very well explained.

Zor
05-27-2009, 07:18 PM
Thanks! Makes a good tut!

Cheers!

Dr.G
05-27-2009, 07:44 PM
yea its really well explained. The things is the once that worse reading for upcoming programmers:

Operators (http://www.w3schools.com/PHP/php_operators.asp)

If...Else Statements (http://www.w3schools.com/PHP/php_if_else.asp)

Switch Statement (http://www.w3schools.com/PHP/php_switch.asp)

Looping - While Loops (http://www.w3schools.com/PHP/php_looping.asp)

Looping - For Loops (http://www.w3schools.com/PHP/php_looping_for.asp)

And some more overall info:

Pawn tutorial (alliedmodders WIKI) (http://wiki.amxmodx.org/index.php/Pawn_Tutorial)

Programming for starters (http://forums.alliedmods.net/showthread.php?t=91207)

Not the most helpfull if you wanna learn how to make plugins, but might be helpfull anyway: http://www.compuphase.com/pawn/pawn.htm

h0_noMan
05-31-2009, 01:24 PM
You can find PAWN Documentation here :
http://www.compuphase.com/pawn/pawn.htm#DOWNLOAD_DOCS

Dr.G
06-15-2009, 12:57 PM
The ultimate tut i guess - > http://forums.alliedmods.net/showthread.php?t=94381