|
Author
|
Message
|
|
Junior Member
|

12-15-2015
, 12:39
Help me plugin
|
#1
|
Quote:
#include <amxmodx>
#include <amxmisc>
#define PLUGIN ""
#define VERSION "1.0"
#define AUTHOR ""
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
set_task(3000, "slapon3000", id, "", 0, "a", 50)
}
public slapon3000(id)
{
New name[32]
Get_user_name(id,name,31)
server_cmd(amx_slap %d",nume)
}
|
what is wrong... ?
Last edited by alex4301; 12-15-2015 at 12:39.
|
|
|
|