Raised This Month: $ Target: $400
 0% 

Showing results 1 to 11 of 11
Search took 0.02 seconds.
Search: Posts Made By: tulga
Forum: Approved Plugins 05-03-2013, 18:30
Replies: 1,519
Views: 1,088,187
Posted By tulga
Re: Advanced Bans (Real Time) by Exolent

i added amx_bansubnet command (222.22.22.*)
222.22.22.1
222.22.22.2
222.22.22.3
222.22.22.4

fixed
amx_addban function
Forum: Unapproved/Old Plugins 04-14-2013, 12:21
Replies: 78
Views: 40,936
Posted By tulga
Re: Fix fast download to reconnect

#include <amxmodx>

new const PLUGIN_NAME[] = "Fix Fast DL"
new const PLUGIN_VERSION[] = "0.1"
new const PLUGIN_AUTHOR[] = "BLAH BLAH"

new Trie:g_tTime

// server ip
new g_szServerIp[32]
Forum: New Plugin Submissions 03-21-2013, 13:30
Replies: 77
Views: 69,649
Posted By tulga
Re: Death Sprite Effect (like CSO)

The idea was great, but coding technique is so bad.
Forum: General 11-04-2012, 02:50
Replies: 5
Views: 7,725
Posted By tulga
Re: [Guide] How to find out which Amxmodx plugin causing server crash (linux hlds)

I have same problem.
hlds 5787 (ubuntu 10.04 server edition)
Forum: Approved Plugins 09-01-2012, 12:31
Replies: 148
Views: 96,287
Posted By tulga
Re: CrossServer-AdminChat v2.0.3 (Jun 25, 2006)

i have same problem when i enter /admins server crashes sometimes.
Forum: Approved Plugins 01-14-2012, 15:46
Replies: 122
Views: 160,338
Posted By tulga
Re: Instant AutoTeamBalance

public plugin_init()
{
.....
register_message(get_user_msgid("TextMsg"), "Message_TextMsg")
.....
}

public Message_TextMsg()
{
static szMsg[32];
Forum: Approved Plugins 10-11-2011, 12:54
Replies: 731
Views: 760,273
Posted By tulga
Re: Soccer Jam v2.07a

faketeambot.sma

public plugin_cfg(){
if(get_cvar_num("soccer_jam_online"))
set_task(0.5, "createBots", 9999);
else
set_task(0.5, "kickBots", 9999);
}

public...
Forum: HL1 Servers (HLDS) 05-26-2010, 11:45
Replies: 155
Views: 141,474
Posted By tulga
Re: /hlds_run: line 321: 7373 Segmentation fault $HL_CMD

#!/bin/sh

./hlds_run -game cstrike -binary ./hlds_i686 +ip serverIp -nomaster -insecure +maxplayers 30 +map de_dust2 > $1 2>&1

change this line
Forum: HL1 Servers (HLDS) 05-21-2010, 09:49
Replies: 70
Views: 41,693
Posted By tulga
Re: Linux hlds_run not automaticly restarting on crash

#! /bin/bash

./hlds_i686 -game ns -maxplayers 32 -pingboost 1 +map co_faceoff +ip 78.143.28.20 -pidfile pidfile.txt &> logfile.txt
sleep 5

while [ true ]; do
IS_CRASHED=`tail -n 1...
Forum: HL1 Servers (HLDS) 05-21-2010, 08:35
Replies: 70
Views: 41,693
Posted By tulga
Re: Linux hlds_run not automaticly restarting on crash

That's not good idea. The hanged ./hlds always exist in memory. First we must check ./hlds is running or not. if not runnig try to kill hanged hlds then we must hlds.
Forum: HL1 Servers (HLDS) 05-21-2010, 08:25
Replies: 155
Views: 141,474
Posted By tulga
Re: /hlds_run: line 321: 7373 Segmentation fault $HL_CMD

i'm thinking the problem is when server crashed, the program must exit and return exit status, but the program doesnt exit.
so i made simple bash script not yet tested.
1. First create file named...
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT -4. The time now is 23:32.


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