Raised This Month: $ Target: $400
 0% 

I made one plugin but..


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 07-16-2007 , 10:48   Re: I made one plugin but..
Reply With Quote #4

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!
__________________
Still...lovin' . Connor noob! Hello
Alka 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 21:34.


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