Raised This Month: $12 Target: $400
 3% 

[Solved] About ArrayGetString


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
#8 SickneSS
BANNED
Join Date: Sep 2008
Location: Here
Old 10-16-2010 , 08:54   [Solved] About ArrayGetString
Reply With Quote #1

I have a doubt with this...so...I need to know how to use them...I want to make something like...

Code:
new Array[33]; /* A Function */ new name[32]; get_user_name(id, name, charsmax(name)); ArrayGetString(Array,??,name,charsmax(name)); /* So I need to put the name to Array[id] */

Some help?

Last edited by #8 SickneSS; 10-16-2010 at 08:59.
#8 SickneSS is offline
Send a message via MSN to #8 SickneSS Send a message via Skype™ to #8 SickneSS
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 10-16-2010 , 09:15   Re: About ArrayGetString
Reply With Quote #2

PHP Code:
new Array[33][32];
 
/* A Function */
new name[32];
get_user_name(idnamecharsmax(name));
 
copy(Array[id], 31name);
 
/* Array[id] now contains name */ 
__________________
hleV is offline
#8 SickneSS
BANNED
Join Date: Sep 2008
Location: Here
Old 10-16-2010 , 11:10   Re: About ArrayGetString
Reply With Quote #3

Quote:
Originally Posted by hleV View Post
PHP Code:
new Array[33][32];
 
/* A Function */
new name[32];
get_user_name(idnamecharsmax(name));
 
copy(Array[id], 31name);
 
/* Array[id] now contains name */ 
Haha,I dind't tried that ^^ ..Thanks^^
#8 SickneSS is offline
Send a message via MSN to #8 SickneSS Send a message via Skype™ to #8 SickneSS
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode