Raised This Month: $ Target: $400
 0% 

timed commands exec on server (HELP)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Trion
Junior Member
Join Date: Mar 2008
Old 08-05-2008 , 13:20   timed commands exec on server (HELP)
Reply With Quote #1

Hello, I wana to do plugin whos can exclude to my server command ewery 60seconds but dose work
Code:
#include <amxmodx>
public plugin_init()
{
 register_plugin("exec every 60seconds", "6.9", "Trion");
}
public server_cmd()
{
 set_task(60.0, "server_exec")
}
public server_exec()
{
 server_cmd("amx_reloadadmins")
}
Sombady Cant Help Me Please . . .
__________________
Trion 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 05:29.


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