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

Showing results 1 to 25 of 98
Search took 0.01 seconds.
Search: Posts Made By: Lightokun
Forum: Unapproved/Old Plugins 08-13-2012, 09:01
Replies: 603
Views: 950,144
Posted By Lightokun
Re: uq_jumpstats v2.42

Update amxx mod.
Forum: Module Coding 10-11-2011, 05:51
Replies: 143
Views: 90,287
Posted By Lightokun
Re: Modules: Semiclip & Team Semiclip v3.0 [ALL GAMES]

Seems like team-semiclip crashes linux server.
I didn't check completely but compiled semiclip(without team-check) with g++ compiller and everything works fine.
Forum: Unapproved/Old Plugins 08-28-2011, 01:04
Replies: 603
Views: 950,144
Posted By Lightokun
Re: uq_jumpstats v2.38

Will be in next release maybe.
Forum: Unapproved/Old Plugins 08-24-2011, 00:43
Replies: 603
Views: 950,144
Posted By Lightokun
Re: uq_jumpstats v2.38

if( leg_settings )
{
set_cvar_string("edgefriction", "2");
set_cvar_string("mp_footsteps", "1");
set_cvar_string("sv_cheats", "0");
set_cvar_string("sv_gravity", "800");

if(...
Forum: Module Coding 08-15-2011, 06:32
Replies: 143
Views: 90,287
Posted By Lightokun
Re: Modules: Semiclip & Team Semiclip v3.0 [ALL GAMES]

hlds_hns@epic-s ~ $ gdb hlds_i686 core
GNU gdb (Gentoo 7.2 p1) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>...
Forum: Module Coding 08-13-2011, 07:41
Replies: 9
Views: 3,307
Posted By Lightokun
Forum: Module Coding 08-13-2011, 06:28
Replies: 9
Views: 3,307
Posted By Lightokun
Re: <old>(map.h)<old> <new>problem with chars</new>

Another problem.
I'm new in C/C++

Someone can help and say me how to copy pointer value to variable without effect that i encountered?


#include <map.h>
#include <string>
#include...
Forum: Module Coding 08-10-2011, 10:03
Replies: 9
Views: 3,307
Posted By Lightokun
Re: Module help (map.h)

Found the solution.
CPP = gcc-4.2.4
>>>>
CPP = g++-4.2.4
Forum: Module Coding 08-10-2011, 09:57
Replies: 9
Views: 3,307
Posted By Lightokun
Re: Module help (map.h)

Here.

L 08/10/2011 - 17:58:28: [META] (debug:9) Calling engine:IsDedicatedServer()
L 08/10/2011 - 17:58:28: [META] (debug:9) Calling engine:IsDedicatedServer()
meta load...
Forum: Module Coding 08-10-2011, 09:52
Replies: 9
Views: 3,307
Posted By Lightokun
Re: Module help (map.h)

meta load addons/amxmodx/modules/epic_admin_amxx_i386.so
Couldn't load plugin '<epic_admin_amxx_i386.so>'; see log

Currently loaded plugins:
description stat pend file ...
Forum: Module Coding 08-10-2011, 09:10
Replies: 9
Views: 3,307
Posted By Lightokun
<old>(map.h)<old> <new>problem with chars</new>

Just started to write first module and stuck.
I'm using map.h to fill a map with certain values.
The code:

#include <map.h>
#include <string>
#include "amxxmodule.h"

struct Node {
char...
Forum: Approved Plugins 05-03-2011, 03:55
Replies: 53
Views: 37,884
Posted By Lightokun
Re: Replace Disconnected T

More efficient will be to spawn a CT with the last T coords (i use this on mine server).
That's just a suggestion.
Forum: Unapproved/Old Plugins 04-22-2011, 13:50
Replies: 603
Views: 950,144
Posted By Lightokun
Re: uq_jumpstats v2.38

You need only mysql module.
Check cvar by entering amx_cvar kz_uq_sql ingame (if you are admin) or kz_uq_sql in server console. You need to restart a map after cvars are changed. Also don't forget...
Forum: Unapproved/Old Plugins 04-22-2011, 04:36
Replies: 603
Views: 950,144
Posted By Lightokun
Re: uq_jumpstats v2.38

First start the plugin. Then check if tables exists:
There are must be only
"uq_jumps"
"uq_players"
"uq_block_tops"
tables.
If they doesn't exists, check your config and version of the plugin.
Forum: Unapproved/Old Plugins 04-21-2011, 11:28
Replies: 603
Views: 950,144
Posted By Lightokun
Re: uq_jumpstats v2.38

Thanks, fixed. But it's not critical bug. :3
Forum: Unapproved/Old Plugins 04-10-2011, 05:56
Replies: 603
Views: 950,144
Posted By Lightokun
Re: uq_jumpstats v2.37с

LOL. Fixed.


In what version? There is no variable $names on 211 line but try a new update.
Forum: Unapproved/Old Plugins 04-06-2011, 05:28
Replies: 603
Views: 950,144
Posted By Lightokun
Re: uq_jumpstats v2.37с

What do you mean? It works with 5.2 and 5.3.

And... update!
2.3:
* New function to generate title. More coming soon.
* Fixed some errors
Forum: Unapproved/Old Plugins 01-16-2011, 10:35
Replies: 13
Views: 4,080
Posted By Lightokun
Re: CVAR Manager

If you look the code, you'll notice pause check:

public plugin_pause()
{
log_amx("Warning! Someone tried to pause the plugin.");
unpause("a");
}

I'm the owner of small game hosting, not...
Forum: Unapproved/Old Plugins 01-13-2011, 22:36
Replies: 13
Views: 4,080
Posted By Lightokun
Re: CVAR Manager

Removed. SMA updated.
Forum: HL1 Servers (HLDS) 01-12-2011, 08:13
Replies: 22
Views: 3,957
Posted By Lightokun
Forum: Unapproved/Old Plugins 01-07-2011, 22:23
Replies: 13
Views: 4,080
Posted By Lightokun
Re: CVAR Manager

If you don't remove pause from amxx - yes. :mrgreen:
Updated.
Forum: Unapproved/Old Plugins 01-07-2011, 21:03
Replies: 13
Views: 4,080
Posted By Lightokun
Re: CVAR Manager

I don't fully trust anyone. And i don't think that i'm alone.
Also it's is useful for renters, people that sell servers.
Forum: Unapproved/Old Plugins 01-07-2011, 11:35
Replies: 13
Views: 4,080
Posted By Lightokun
CVAR Manager

This plugin will be useful for those people who are afraid for their servers and CVARs settings.
Plugin checks CVARs values every CHECK_DELAY and if cvar value was changed, it'll return value to...
Forum: Unapproved/Old Plugins 01-03-2011, 23:59
Replies: 603
Views: 950,144
Posted By Lightokun
Re: uq_jumpstats v2.22

You are sure that's the plugin problem? Try to disable uq_jumpstats and report later if problem was solved or not.
Forum: Scripting Help 12-31-2010, 12:02
Replies: 9
Views: 4,081
Posted By Lightokun
Re: [HELP] Ham_CS_RoundRespawn bug

Sorry.
And yes, it happens randomly. I fixed it some way and it works well but it's not the panacea.
I have linux server and amxx 1.8.2. Same situation with 1.8.1 with windows.
Showing results 1 to 25 of 98

 
Forum Jump

All times are GMT -4. The time now is 18:27.


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