Raised This Month: $ Target: $400
 0% 

printing hello message ?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
DaniDin
Member
Join Date: Oct 2008
Old 01-25-2009 , 18:30   Re: printing hello message ?
#5

hi
way it's not working ?
i do this :
PHP Code:
public plugin_init()
{
    
register_plugin(PLUGIN,VERSION,AUTHOR)
    
set_task(30.0,"HelloMSG",0,_,_,"",0)

}

// Say Hello To The User
public HelloMSG(id)
{
    new 
AuthID[32],plName[32]
    
get_user_authid(id,AuthID,32);
    
get_user_name(id,plName,32);
    
    
server_cmd("say ^"Hi, %s Your SteamID is: %s^"",plName,AuthID);

it's type the name of the server and bo steam id :\
DaniDin 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 01:44.


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