Raised This Month: $ Target: $400
 0% 

newbie confused


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
svendude
Member
Join Date: Aug 2004
Old 10-19-2004 , 07:19   newbie confused
Reply With Quote #1

ok i'm looking through all these easy scripts, and i see this thing

Code:
 {     if (!cmd_access(id,level,cid,2))     return PLUGIN_HANDLED     new arg[32]     read_argv(1,arg,31)     new player = cmd_target(id,arg,8)     if (!player) return PLUGIN_HANDLED     new authid[32],authid2[32],name2[32],name[32]     get_user_authid(id,authid,31)     get_user_authid(player,authid2,31)     get_user_name(player,name2,31)     get_user_name(id,name,31)     return PLUGIN_HANDLED }

but what i don't understand is what the

Code:
 new arg[32]     read_argv(1,arg,31)
means, anyone know?
svendude is offline
Send a message via Yahoo to svendude
 


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 17:15.


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