.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Enhancement Workshop > Metamod and metamod plugins
Metamod and metamod plugins Plugins and improvements for the metamod server-side mod

Reply
 
Thread Tools
Help make a metamod plugin
Old
  (#1)
001
Member
 
Status: Offline
Posts: 5
Join Date: Jun 2006
Question Help make a metamod plugin - 16-01-2007

I'need yours help :/

how to translate this amx source for CS 1.6 to metamod source?

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 
 
}
it's very important
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com