2 options in client_print
Hey, how could I make that there will be 2 options available, like:
if 3 - iRound = 1, then it says round, otherwise rounds... here is my code: PHP Code:
Quote:
What is the difference between %i and %d, and which one should I use if I'm trying to print player money etc. |
Re: 2 options in client_print
Both %i and %d are for integers(1234), I use %i myself.
Quote:
|
Re: 2 options in client_print
%a is used (around amxx 1.8 I think ? ) for string returned by the method ArrayGetStringHandle.
|
Re: 2 options in client_print
I've got one more question, how could I save text into array ???
copy() ??? and then how to print it ? |
Re: 2 options in client_print
Quote:
Just test it out. Use the funcwiki. |
| All times are GMT -4. The time now is 01:59. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.