[HELP] Why do "get_user" functions reflect value and not return value?
Hey everyone,
I wonder why the developers made the "get_user" functions as a void functions. I mean why they've done: (for example) new szUserNick[33] get_user_name(id, szUserName, 32) and not: new szUserNick[33] szUserNick = get_user_name(id, 32) anyone has any idea? Thanks in advanced, unSeen. |
Re: [HELP] Why do "get_user" functions reflect value and not return value?
When the native fills a string, in most of cases the return value is the length of the string.
|
Re: [HELP] Why do "get_user" functions reflect value and not return value?
Quote:
|
Re: [HELP] Why do "get_user" functions reflect value and not return value?
PHP Code:
PHP Code:
|
Re: [HELP] Why do "get_user" functions reflect value and not return value?
Quote:
lol ... |
Re: [HELP] Why do "get_user" functions reflect value and not return value?
Quote:
|
| All times are GMT -4. The time now is 13:41. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.