Raised This Month: $ Target: $400
 0% 

[Any] Grabbing all arguments


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 05-01-2017 , 11:08   Re: [Any] Grabbing all arguments
Reply With Quote #1

OnClientPutInServer/OnClientDisconnect both require the client param (type: int).

PHP Code:
GetCmdArg(is_CommandArgs[client][i], sizeof(s_CommandArgs)); 
to:
PHP Code:
GetCmdArg(is_CommandArgs[client][i], sizeof(s_CommandArgs[][])); 
PHP Code:
if(args >= 1
simplify to:
PHP Code:
if(args 0
__________________

Last edited by WildCard65; 05-01-2017 at 11:09. Reason: <= is correct.
WildCard65 is offline
Reply



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 18:57.


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