Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 25 of 67
Search took 0.01 seconds.
Search: Posts Made By: brian201049
Forum: Suggestions / Requests 03-18-2012, 12:58
Replies: 7
Views: 1,236
Posted By brian201049
Re: STEAM_ID

LAN user's STEAM ID = STEAM_ID_LAN

Use your brain to think and read whole post before you reply
Forum: Scripting Help 03-17-2012, 17:57
Replies: 11
Views: 1,420
Posted By brian201049
Forum: Suggestions / Requests 03-14-2012, 14:50
Replies: 17
Views: 3,562
Posted By brian201049
Re: [Help] Game Name Changer

Don't fake us.

The original code:
#include <amxmodx>
#include <fakemeta>

new amx_gamename;
public plugin_init( ) {
register_plugin( "Game Namer", "1.1", "NeuroToxin" );
amx_gamename =...
Forum: Zombie Plague Mod 03-13-2012, 08:10
Replies: 8
Suggestion / Subplugin Request [HELP] Sprite
Views: 2,476
Posted By brian201049
Re: [HELP] Sprite

Not possible. It must modify your client to make this.

Slow-hacking is not allowed here.
Forum: Suggestions / Requests 03-13-2012, 08:01
Replies: 19
Views: 2,359
Posted By brian201049
Re: [REQ] Only admins can connect

Try this. (You must put it under admin.amxx in the plugins.ini)

#include <amxmodx>
#include <amxmisc>

public client_authorized(id) // this is the problem was
{
new szName[32],...
Forum: Suggestions / Requests 03-13-2012, 07:57
Replies: 1
Views: 550
Posted By brian201049
Re: Vehicle Bug

I want this too. lol
Forum: HL1 Servers (HLDS) 03-12-2012, 08:51
Replies: 15
Views: 2,730
Posted By brian201049
Re: what do i need to buy?

VPS is a virtual machine on your hosting provider server. It may have 3-5 or more virtual machines on that server.
Dedicated server is a whole server give u to use.
Forum: HL1 Servers (HLDS) 03-12-2012, 05:51
Replies: 17
Views: 7,436
Posted By brian201049
Re: 'Info string length exceeded' message

How to make this work in my case?
Forum: Suggestions / Requests 03-07-2012, 09:40
Replies: 3
Views: 1,002
Posted By brian201049
Re: [ Request ] : Block Map Out Side

http://forums.alliedmods.net/showthread.php?p=477672

But you need to set the region for each map with cheater zone.
Forum: Code Snippets/Tutorials 03-07-2012, 09:33
Replies: 107
Views: 105,981
Posted By brian201049
Re: [TUT] Custom Weapon Hud Sprites + Slot Redirection

slow hack can done it. But, slow hack is illegal.
Forum: Off-Topic 03-06-2012, 11:46
Replies: 7
Views: 3,771
Posted By brian201049
Re: Exploit Jo's 2012

Linux:

iptables -I INPUT -p udp -m length --length 222 -j DROP
Forum: HL1 Servers (HLDS) 03-06-2012, 11:45
Replies: 55
Views: 28,516
Posted By brian201049
Re: Random Segmentation Fault Crashes.. Exploit?

iptables-I INPUT-p udp-m lungime - lungime 222-j DROP
Forum: Code Snippets/Tutorials 03-05-2012, 06:49
Replies: 16
Views: 8,876
Posted By brian201049
Re: [Native] Amx Mail

Use this module to make a register system plugin which need to verify e-mail address :)
Forum: HL1 Servers (HLDS) 03-05-2012, 06:47
Replies: 17
Views: 7,436
Posted By brian201049
Re: 'Info string length exceeded' message

Can I using AMXX to block the client send too much info to my server and how?
Thanks:mrgreen:
Forum: HL1 Servers (HLDS) 03-05-2012, 05:05
Replies: 17
Views: 7,436
Posted By brian201049
Re: 'Info string length exceeded' message

That's mean someone using some bugs or they want to crash my server?
Forum: HL1 Servers (HLDS) 03-05-2012, 04:56
Replies: 11
Views: 3,824
Posted By brian201049
Re: no admin command working

Do you set your config files to right permission in your server?
Forum: HL1 Servers (HLDS) 03-05-2012, 03:54
Replies: 17
Views: 7,436
Posted By brian201049
Re: 'Info string length exceeded' message

This is client problem.
My problem is server console appear this message and it spams my SERVER console.
Forum: HL1 Servers (HLDS) 03-04-2012, 14:36
Replies: 17
Views: 7,436
Posted By brian201049
Re: 'Info string length exceeded' message

Please make a plugin which will spam the server console with 'Info string length exceeded'.

Let me know what problem will cause this problem.

My zombie plague plugin is modified.

Thanks
Forum: Code Snippets/Tutorials 03-04-2012, 12:44
Replies: 135
Views: 131,182
Posted By brian201049
Re: New Semiclip Method

It didn't work with the second one

EDIT: sorry, the method didn't fix that func_door bug (I tested with PODBOT)
Forum: Code Snippets/Tutorials 03-04-2012, 11:37
Replies: 135
Views: 131,182
Posted By brian201049
Re: New Semiclip Method

Really? You said your method can fix the func_door bug perfectly???
Tested or not? AWESOME!!:mrgreen::mrgreen:

EDIT: ENABLE_SHOTS_DAMAGE must be uncommented

commented will make the emit sound...
Forum: HL1 Servers (HLDS) 03-04-2012, 11:32
Replies: 17
Views: 7,436
Posted By brian201049
Re: 'Info string length exceeded' message

meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.1.3 ini Start ANY
...
Forum: Code Snippets/Tutorials 03-04-2012, 09:12
Replies: 135
Views: 131,182
Posted By brian201049
Re: New Semiclip Method

I hope you can find out the problem that is the func_door and others movable entity will get stuck when two or more "semiclip ing" players and it touch that entity.

This problem can be solve by...
Forum: HL1 Servers (HLDS) 03-04-2012, 09:02
Replies: 2
Views: 897
Posted By brian201049
Forum: HL1 Servers (HLDS) 03-04-2012, 08:58
Replies: 17
Views: 7,436
Posted By brian201049
'Info string length exceeded' message

Hey guys,
My server console get the 'Info string length exceeded' message and this message always spam my server console (SERVER CONSOLE NOT CLIENT)
My server get lag and kick players randomly with...
Forum: Module Coding 03-03-2012, 12:16
Replies: 143
Views: 174,072
Posted By brian201049
Re: Module: BMOD - Extended Physics Module

I have an idea!

Use this module with corpse.

First, block the corpse message.

Then, Use hamsandwich to hook the player death and create a entity and set the model to the dead player model's...
Showing results 1 to 25 of 67

 
Forum Jump

All times are GMT -4. The time now is 11:35.


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