How to make "a = b" in AMXX scripting
Hello, I'm new at amxx scripting, How can I make "a = b"
I was a bash scripter. In bash language, when you make Code:
a=b |
Re: How to make "a = b" in AMXX scripting
Code:
|
Re: How to make "a = b" in AMXX scripting
How can I use "a" parameter in get_user_info?
For example lets say I have this code; PHP Code:
|
Re: How to make "a = b" in AMXX scripting
a & b = number
a2[ 32 ] & b2[ 32 ] = string new a; a = b get_user_info( a, "name", a2, charsmax( a2 ) ); |
Re: How to make "a = b" in AMXX scripting
I guess you didn't understand my question, Or I didn't understand your code.
The problem is, my st*p*d host is banned some codes like "rate,ip" and other stuff. So I can't use these words in my code. I'm trying to bypass it. So I wan't to use "%s" instead of "rate". I hope I could described my problem. |
Re: How to make "a = b" in AMXX scripting
Are u talking about this line:
'a' is numeric variable so you should use number field '%d or %i' Code:
|
Re: How to make "a = b" in AMXX scripting
You can do it like this
PHP Code:
|
Re: How to make "a = b" in AMXX scripting
Quote:
|
Re: How to make "a = b" in AMXX scripting
Try
PHP Code:
|
Re: How to make "a = b" in AMXX scripting
Quote:
|
| All times are GMT -4. The time now is 21:21. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.