Thread: Awesome!
View Single Post
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 02-18-2009 , 12:19   Re: Awesome!
Reply With Quote #14

With multilanguage support:

PHP Code:
#include <amxmodx> 

public plugin_init() 
{
    
register_plugin"Awesome!""1.3.3.7""Jheshka" );
    
register_dictionary("Awesome.txt");
}

public 
client_putinserver(id
{
    for(new 
i=0;i<5;i++)
        
client_print(0print_chat"%L",id,"AWESOME_MSG");

This will print messages for those who are in the server, everytime a client is put in server, and in the language of the newcomer
Attached Files
File Type: txt Awesome.txt (162 Bytes, 154 views)
__________________
joaquimandrade is offline