Raised This Month: $ Target: $400
 0% 

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: AbeX
Forum: Unapproved/Old Plugins 02-23-2009, 10:28
Replies: 8
Views: 7,205
Posted By AbeX
Re: Auto Game Restart with Countdown Timer

Didn't found this plugin earlier. Okey, unapproved.
Forum: Unapproved/Old Plugins 02-19-2009, 05:33
Replies: 8
Views: 7,205
Posted By AbeX
Re: Auto Game Restart with Countdown Timer

I rewrote the plugin, now there is checking for started task and g_Seconds will be restored to CVAR every Game_Commencing.

Test it out. First post attached plugin updated too. Thanks for testing,...
Forum: Unapproved/Old Plugins 02-18-2009, 19:02
Replies: 8
Views: 7,205
Posted By AbeX
Auto Game Restart with Countdown Timer

Auto Game Restart with Countdown Timer
Version 1.0
Created by AbeX
19.02.2008


Features:
Plugin restarts the game after the time in seconds you have choose.
Also it shows HUD message...
Forum: Scripting Help 03-27-2007, 13:01
Replies: 3
Views: 1,216
Posted By AbeX
Forum: Scripting Help 03-17-2007, 10:25
Replies: 3
Views: 1,216
Posted By AbeX
Native error... Why?

#include <amxmodx>
#include <amxmisc>
#include <cstrike>

#define PLUGIN "Demo Auto Record"
#define VERSION "1.0"
#define AUTHOR "AbeX"


public plugin_init() {
Forum: Scripting Help 03-14-2007, 12:20
Replies: 2
Views: 1,185
Posted By AbeX
Forum: Scripting Help 03-14-2007, 11:59
Replies: 2
Views: 1,185
Posted By AbeX
Why tag mismatch?

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_cvar("demo_time", "20.0")
}

public client_putinserver(id) {
//line 17 is here, when use...
Forum: Scripting Help 03-14-2007, 11:33
Replies: 2
Views: 871
Posted By AbeX
Forum: Scripting Help 03-14-2007, 11:13
Replies: 2
Views: 871
Posted By AbeX
dbi_num_rows error

I rewrote standard amxx plugins to work with mysql, but watch my code at the and of plmenu.sma:


public client_connect(id) {
new host[64] = "127.0.0.1"
new username[32] = "root"
...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT -4. The time now is 06:02.


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