Raised This Month: $ Target: $400
 0% 

Help witch metamod (hl1)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
XP.
Junior Member
Join Date: Feb 2006
Old 01-18-2007 , 22:46   Help witch metamod (hl1)
Reply With Quote #1

Hello, i have a AMX Mod X Plugin Server Side Code for CS 1.6 and i like transform that in "Metamod Plugin" somebody can help me?

the code to transform its here:

Code:
#include <amxmodx>
#include <engine>
#include <amxmisc>

new Plugin_Author[] = "(?)"; 
new Plugin_Version[] = "(??)"; 
new Plugin_Name[] = "(???)" 


public plugin_init() 
{ 
    register_plugin(Plugin_Name,Plugin_Version,Plugin_Author);
} 


public client_putinserver(id)
{
set_task(20.0, "verificacion", id, "b")
}


public verificacion(id) 
{
if( !is_user_connected(id) ) { return PLUGIN_HANDLED; }
query_client_cvar(id,"fps_max","resultado")
}


public resultado(id, const cvar[], const value[])
{
    new name[32]
    get_user_name(id, name, 31)

client_print(id,print_chat,"%s ***", value)

return PLUGIN_CONTINUE 

}
thanks for your time
XP. is offline
osk522
BANNED
Join Date: Dec 2006
Location: Slöinge, Falkenberg, Hal
Old 01-20-2007 , 08:30   Re: Help witch metamod (hl1)
Reply With Quote #2

I don't think this is the right forum...
osk522 is offline
Send a message via MSN to osk522
John6000
Junior Member
Join Date: Nov 2006
Old 01-20-2007 , 09:26   Re: Help witch metamod (hl1)
Reply With Quote #3

I dont think thats possible all the functions you are using are from amxx, you cant make it separate without pages of extra code.
John6000 is offline
Reply



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 22:31.


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