Client_print linux issue?
Why does this code return the correct "kills" in a win32 cs server;
(You are a Private with 114 kills) but in a linux cs server it returns; (You are a Private with rF0 kills) Code:
#include <amxmodx> |
Re: Client_print linux issue?
Change your second %s to %i.
%s is for strings, %i is for integers, %f is for floats, and %d is either for miscellaenous, or possibly it auto-detects which type to use. I've never really figured that out. EDIT: I asked Suzuka, and she confirms what yang said, which is that %d works only for integers, ie an alternative to %i (or vice-versa). |
Re: Client_print linux issue?
thank you very much.. I could'nt find that info in the documentation/forums..
|
Re: Client_print linux issue?
%d is also for integars.
|
| All times are GMT -4. The time now is 06:48. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.