Thread: Need help!!
View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 01-03-2015 , 06:00   Re: Need help!!
Reply With Quote #11

Please use php tags around the code, it's hard to read as you wrote it. You should do it if you need in your plugin.
Not a fixed usage.

It's the same as swapping two variables values
PHP Code:
new var = 5
new var2 6
new aux
aux 
= var
var = 
var2
var2 
aux

//Now var is 6 and var 2 is 5 
__________________

Last edited by HamletEagle; 01-03-2015 at 06:02.
HamletEagle is offline