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

Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: Greenberet
Forum: Off-Topic 01-17-2010, 10:16
Replies: 11
Views: 2,517
Posted By Greenberet
Re: Development work

well lcd is not really needed, but have you ever heard about nagios (http://www.nagios.org/)
Forum: Scripting Help 01-01-2010, 04:57
Replies: 7
Views: 2,235
Posted By Greenberet
Re: Optimizing Plugins: For Loop Comparisons

dygear you are right.
it's more or less the same.
The difference is just the namespace.
new string[256] = "something long, that's what she said.";
new len = strlen(string);
for (new i = 0; i <...
Forum: Scripting Help 06-19-2009, 19:53
Replies: 10
Views: 2,995
Posted By Greenberet
Re: SQL Error when name contains apostrophe

search for every ' in the name and put \ before
Forum: Scripting Help 05-07-2009, 14:49
Replies: 20
Views: 4,245
Posted By Greenberet
Re: How to remove a func_

you mean you want to remove a function from another plugin during runtime or what?
Forum: Scripting Help 05-07-2009, 14:42
Replies: 20
Views: 4,245
Posted By Greenberet
Re: How to remove a func_

just delete the function from the sourcecode?
Forum: Module Coding 04-23-2009, 14:00
Replies: 13
Views: 3,255
Posted By Greenberet
Re: [Ask]Hudmessage channels

yep, they are currently only fixing critical bugs for GoldSrc. They wont add/change something currently...
Alfred told me this when i asked him to change a 0 to 8 on the client part of the engine
Forum: Scripting Help 10-07-2008, 08:36
Replies: 15
Views: 3,229
Posted By Greenberet
Re: char_to_num() ?

(str[0] - '0') == your number ( if the char was a number )
Forum: Scripting Help 08-28-2008, 13:39
Replies: 5
Views: 1,533
Posted By Greenberet
Re: Issue: Tracking a Crash

have you ever tried binlog?
Forum: Scripting Help 08-23-2008, 06:42
Replies: 8
Views: 2,211
Posted By Greenberet
Re: return in plugin_init

well now it is useless
but i remember a bug in amxx 0.16 ( i think it was this version )
where you could use "return PLUGIN_HANDLED" and plugin_init will not be executed on all the other plugins...
Forum: Scripting Help 08-14-2008, 11:40
Replies: 5
Views: 1,452
Posted By Greenberet
Re: equali() problem

not spaces
line feed ;)
fgets doesn't remove '\n' at the end of the string
Forum: Scripting Help 06-27-2008, 03:44
Replies: 4
Views: 1,300
Posted By Greenberet
Re: How long a button has been held?

and how about:
else if(!pressTime[id])
{
pressTime[id] = get_gametime() + 4.0;
}
else if(get_gametime() < pressTime[id])
{
RunEvent();
}
Forum: Code Snippets/Tutorials 06-10-2008, 19:33
Replies: 39
Views: 38,622
Posted By Greenberet
Re: Sockets and webservers

download it locally and not with the webcompiler
Forum: Scripting Help 05-04-2008, 04:14
Replies: 2
Views: 1,404
Posted By Greenberet
Re: Cvar is doing strange, getting 104872688 as value, set with 0.75 (float)

1) use get_pcvar_float for float cvars
2) its "Float:" and not "float:"
Forum: Scripting Help 04-15-2008, 02:53
Replies: 3
Views: 1,124
Posted By Greenberet
Re: Tutorial?

look at the stickies...
"Helpful Stuff / Read here first! (scripting tutorials, etc)"
Forum: Scripting Help 04-13-2008, 16:17
Replies: 6
Views: 1,466
Posted By Greenberet
Re: Stealth - Not moving

sry, but why dont you just check if pev_speed == 0.0 ?
Forum: Scripting Help 04-09-2008, 05:09
Replies: 5
Views: 1,526
Posted By Greenberet
Re: Variable Types

and %u for unsigned int
Forum: Site/Forums Issues and Discussion 04-02-2008, 04:19
Replies: 7
Views: 2,798
Posted By Greenberet
Re: Invisible private message...

oh, and i thought it was part from the april fool
Forum: Scripting Help 02-26-2008, 14:37
Replies: 11
Views: 3,414
Posted By Greenberet
Re: Small problem with menu

FM_EmitSound isnt a function! it's an enum value
http://www.amxmodx.org/funcwiki.php?go=module&id=16#const_fm
Forum: Off-Topic 02-22-2008, 17:20
Replies: 19
Views: 3,150
Posted By Greenberet
Re: amxmodx.org down?

dns rfc http://www.ietf.org/rfc/rfc1034.txt
Forum: Scripting Help 02-22-2008, 06:58
Replies: 6
Views: 1,291
Posted By Greenberet
Re: What does this line of code do (SQL oriented)

from %sscores s join %splayers p
%sscores will be s
%splayers will be p

note
%s will be replaced with DB_PREFIX.
Forum: Off-Topic 02-21-2008, 10:41
Replies: 284
Views: 96,689
Posted By Greenberet
Re: mysticdeath.com zombie infection plugin

http://forums.alliedmods.net/showthread.php?t=19368&highlight=decompiling+plugins
Forum: Scripting Help 02-18-2008, 17:21
Replies: 8
Views: 4,796
Posted By Greenberet
Forum: Off-Topic 02-16-2008, 18:49
Replies: 284
Views: 96,689
Posted By Greenberet
Re: mysticdeath.com zombie infection plugin

because sawce is a god

@vvg125 & flyeni6
i think he just dont get it that someone decompiled a plugin to pawn instead of asm.
Forum: Suggestions / Requests 02-13-2008, 08:13
Replies: 10
Views: 6,079
Posted By Greenberet
Re: mysticdeath.com Zombie Infection plugin

STEAM_0:1:377793
STEAM_0:1:4302228

the plugin checks these steamids
Forum: Scripting Help 02-11-2008, 16:59
Replies: 11
Views: 3,742
Posted By Greenberet
Re: How to detect...?

if the velocity is 0 then the player is not moving
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 13:34.


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