Raised This Month: $ Target: $400
 0% 

client_print at player spawn?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
VEN
Veteran Member
Join Date: Jan 2005
Old 12-30-2006 , 04:03   Re: client_print at player spawn?
Reply With Quote #6

Lord_Destros: He used a snippet from my tutorial, refer to the "Code Snippets / Tutorials" for details.

Quote:
client_print(id,print_chat,"Zomg hi %s",get_user_name(id))
Actually should be something like that:
Quote:
new name[32]
get_user_name(id, name, 31)
client_print(id,print_chat,"Zomg hi %s",name)
hlstriker: You didn't compiled/installed the above script properly.
Refer to the articles for details:
http://wiki.amxmodx.org/index.php/Co...28AMX_Mod_X%29 - compiling plugins
http://wiki.amxmodx.org/index.php/Co...d_X#Installing - installing plugins

Last edited by VEN; 12-30-2006 at 04:07.
VEN is offline
 



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 22:20.


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