Raised This Month: $ Target: $400
 0% 

  


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
flud
Senior Member
Join Date: Jun 2009
Location: Latvija
Old 09-09-2009 , 02:29   Re: Custom Connect Message
Reply With Quote #4

you can edit source code it not so hard

this
PHP Code:
public Action:MSG(Handle:Timerany:Client) {
    new 
String:sname[80];
    
GetClientName(Clientsname80);    
    
PrintCenterTextAll("Admin %s has connected!"sname);
    
PrintToChatAll("\x04\x01Admin \x04%s\x04\x01 has connected!"sname);
    

to any you want
PHP Code:
public Action:MSG(Handle:Timerany:Client) {
    new 
String:sname[80];
    
GetClientName(Clientsname80);    
    
PrintCenterTextAll("Bout %s has arrived to the port!"sname);
    
PrintToChatAll("\x04\x01Bout \x04%s\x04\x01 has arrived to the port!"sname);
    

__________________
Beware of a terrible language
flud is offline
Send a message via Skype™ to flud
 



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 03:38.


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