Raised This Month: $ Target: $400
 0% 

Please, help with orpheu?!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Navigator
Junior Member
Join Date: Apr 2011
Old 04-27-2011 , 09:58   Please, help with orpheu?!
Reply With Quote #1

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <orpheu>
 
public plugin_precache()
{    
    
OrpheuRegisterHook(OrpheuGetFunction("SV_GetIDString"),"OnSV_GetIDString",OrpheuHookPost)
 
    
register_plugin("plugin","1.0","autor")
}
 
public 
OnSV_GetIDString(id)
{
    static 
name[18]
    
get_user_name(id,name,17
    
server_print("NAME : %s",name)  

How do I put variable NAME to OnSV_getidstring Help!
Navigator is offline
 


Thread Tools
Display Modes

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 04:30.


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