Thread: Help with cvar
View Single Post
claudiuhks
Yam Inside®™℠
Join Date: Jan 2010
Location: Living Randomly
Old 10-27-2012 , 07:22   Re: Help with cvar
Reply With Quote #4

PHP Code:
server_cmd("kick %s %s"szNamecReason ); 
Should be:

PHP Code:
message_beginMSG_ONE_UNRELIABLESVC_DISCONNECT_id );
write_stringcReason );
message_end( ); 
Or:

PHP Code:
server_cmd"kick #%d  %s"get_user_useridid ), cReason ); 
__________________

Last edited by claudiuhks; 10-27-2012 at 07:23.
claudiuhks is offline
Send a message via MSN to claudiuhks Send a message via Yahoo to claudiuhks Send a message via Skype™ to claudiuhks