Raised This Month: $ Target: $400
 0% 

I made one plugin but..


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Greenberet
AMX Mod X Beta Tester
Join Date: Apr 2004
Location: Vienna
Old 07-16-2007 , 11:23   Re: I made one plugin but..
Reply With Quote #5

Quote:
Originally Posted by Alka View Post
Man! When player is connecting you CAN'T print him a message! Maybe do a task!

Code:
public client_connect(id)
{
    set_task(15.0,"print_something",id);
}
 
public print_something(id)
{
    client_print(id, print_chat, "*************** something ***************")
    client_print(id, print_chat, "something here")
    client_print(id, print_chat, "*************** something ***************")
}
15 seconds ater player is connecting, will show him that message!
what about
client_print( id, print_console, "BLA" ); in client_connect ?
__________________
Greenberet is offline
Send a message via ICQ to Greenberet Send a message via MSN to Greenberet
 



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 21:34.


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