Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 394
Search took 0.03 seconds.
Search: Posts Made By: T-z3P
Forum: General 12-20-2013, 17:44
Replies: 11
Views: 2,976
Posted By T-z3P
Re: How to analyze crash report ?

@asherkin: I would be interested.
Forum: Scripting Help 12-13-2013, 21:23
Replies: 2
Views: 816
Posted By T-z3P
Re: Mysql query?

Check THIS (https://forums.alliedmods.net/showthread.php?t=46779).
Forum: Module Coding 10-21-2013, 01:02
Replies: 226
Views: 175,202
Posted By T-z3P
Re: Module: GeoIP Extended (v1.0.2)

Is working now. I didn't payed attention for the .dat file. Thanks.
Forum: Module Coding 10-19-2013, 19:08
Replies: 226
Views: 175,202
Posted By T-z3P
Re: Module: GeoIP Extended (v1.0.2)

Hey, can you make this module compatible with the last version of AMXX ? I get segmentation fault. When I use the standard module from 1.8.2 package, everything is working fine, but I can't use...
Forum: HL1 Servers (HLDS) 10-10-2013, 08:27
Replies: 9
Views: 6,713
Posted By T-z3P
Re: FATAL ERROR (shutting down): NUM_FOR_EDICT: bad pointer

@AmineKyo: Previous build (5787) was working fine with this version of AdminMod.
@wickedd: If I were posting in AMXModX section you could said that to me, but I've posted in HL1 Servers because I...
Forum: HL1 Servers (HLDS) 10-09-2013, 17:28
Replies: 9
Views: 6,713
Posted By T-z3P
Re: FATAL ERROR (shutting down): NUM_FOR_EDICT: bad pointer

@ANTICHRISTUS: I tried with different metamod, same result.
Forum: HL1 Servers (HLDS) 10-09-2013, 17:09
Replies: 9
Views: 6,713
Posted By T-z3P
FATAL ERROR (shutting down): NUM_FOR_EDICT: bad pointer

Hey, I've got some problems with some servers. They crash after some time with the following error:
FATAL ERROR (shutting down): NUM_FOR_EDICT: bad pointer

Meta version:
Metamod v1.21p37 ...
Forum: Suggestions / Requests 10-02-2013, 11:10
Replies: 6
Views: 1,706
Posted By T-z3P
Re: Stop SPAM!

Try this.

#include <amxmodx>
#include <amxmisc>

new PLUGIN[]="AMXX Anti-Spam"
new AUTHOR[]="T-z3P"
new VERSION[]="0.1"

new advertisement[][]=
Forum: News 02-15-2013, 11:07
Replies: 317
Views: 352,533
Posted By T-z3P
Re: AMX Mod X 1.8.2 for 2013 HLDS Update

Also having problems....
# ./steamcmd.sh
Redirecting stderr to '/root/Steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[ 0%] Download complete.
[----] Verifying installation......
Forum: News 02-15-2013, 04:28
Replies: 317
Views: 352,533
Posted By T-z3P
Forum: News 02-15-2013, 04:12
Replies: 317
Views: 352,533
Posted By T-z3P
Re: AMX Mod X 1.8.2 for 2013 HLDS Update

So now I must update my servers with SteamCMD (with HLDS Update Tool I can't get any updates) ?
Forum: Off-Topic 08-23-2012, 17:31
Replies: 22
Views: 4,992
Posted By T-z3P
Re: Use Rcon via software

You can search also for 'Agent Orange'. You can manager your servers from that too.
Forum: Scripting Help 07-30-2012, 08:23
Replies: 16
Views: 3,020
Posted By T-z3P
Forum: Scripting Help 07-30-2012, 08:02
Replies: 16
Views: 3,020
Posted By T-z3P
Re: MySQL - 3 queries

First, second or both functions ?
Forum: Scripting Help 07-30-2012, 05:53
Replies: 4
Views: 1,034
Posted By T-z3P
Re: [Help] SQL Connection

Check THIS (https://forums.alliedmods.net/showthread.php?t=46779). It will help you to understand all this SQL stuff.
Forum: Scripting Help 07-30-2012, 05:38
Replies: 16
Views: 3,020
Posted By T-z3P
Re: MySQL - 3 queries

Code (http://forums.alliedmods.net/showpost.php?p=1759297&postcount=8) is working fine, but now I've got another problem. I'm getting this when I'm trying to test it.
] register [email protected]...
Forum: Scripting Help 07-27-2012, 11:07
Replies: 16
Views: 3,020
Posted By T-z3P
Re: MySQL - 3 queries

I didn't knew how to do it, so this was the first idea in my head.. I need a random number of 24 digits.
Forum: Scripting Help 07-27-2012, 10:44
Replies: 16
Views: 3,020
Posted By T-z3P
Re: MySQL - 3 queries

public RNRegister(id, level, cid)
{
if (!cmd_access(id, level, cid, 2))
return PLUGIN_HANDLED

if (!is_user_connected(id))
{
return PLUGIN_CONTINUE
}
Forum: Scripting Help 07-26-2012, 06:26
Replies: 16
Views: 3,020
Posted By T-z3P
[SOLVED] MySQL - 3 queries

Hi, I need some help. I'm trying to execute 3 queries in the same function but I don't need them to be executed at the same time. The plan is pretty much like this: execute first query, execute...
Forum: Approved Plugins 06-15-2012, 03:39
Replies: 74
Views: 102,713
Posted By T-z3P
Re: Use Button Once

The problems are getting old, I really don't know why this plugin is still approved...
Forum: Suggestions / Requests 06-08-2012, 10:31
Replies: 6
Views: 1,239
Posted By T-z3P
Re: [REQ] Hook ( Paying 10$ ) PAYPAL !

Try this
public cmdHookOn(id) {
if (get_pcvar_num(gCvarHookAllowed)) {
if ( is_user_alive(id) && !gHooked[id] )
hookThrow(id);
}
return PLUGIN_HANDLED;
}

public cmdHookOff(id) {
Forum: HL1 Servers (HLDS) 06-07-2012, 08:44
Replies: 4
Views: 6,467
Posted By T-z3P
Re: hunk_alloc: bad size

2048 will do just fine, trust me.
Forum: HL1 Servers (HLDS) 05-30-2012, 15:47
Replies: 29
Views: 13,078
Posted By T-z3P
Re: HitBox Problem ("Glock problem")

OFF-Topic: Ztec, sys_ticrate exists also for Counter-Strike 1.6.
Forum: HL1 Servers (HLDS) 05-30-2012, 04:27
Replies: 1
Views: 1,297
Posted By T-z3P
Forum: HL1 Servers (HLDS) 05-27-2012, 16:53
Replies: 40
Views: 22,091
Posted By T-z3P
Re: [HELP] Exploit! (Ping +2000)

I found this, try it.
Showing results 1 to 25 of 394

 
Forum Jump

All times are GMT -4. The time now is 01:51.


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