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

Showing results 1 to 25 of 85
Search took 0.01 seconds.
Search: Posts Made By: luxor
Forum: General 09-23-2016, 04:04
Replies: 31
Views: 4,952
Posted By luxor
Re: Revert Back to 1.8.2

all plugins are compatible, just recompile them with an amxx 1.8.3 compiler
Forum: General 09-18-2016, 19:34
Replies: 7
Views: 2,861
Posted By luxor
Re: Strange Crash Segmentation Fault Never Sow.

Remove plugins like this one which are not meant for steam servers, and keep only plugins with public source cod.

at the moment all we can asume is that this plugin cause it.

EDIT :
Advanced...
Forum: Scripting Help 08-24-2016, 09:09
Replies: 2
Views: 1,138
Posted By luxor
[Question] SQL_ThreadQuery vs SQL_PrepareQuery

Title says it all, when should i use SQL_PrepareQuery and when should i use SQL_ThreadQuery.

SQL_PrepareQuery
- faster
- not good for slow connectons
- doesn't need a handler

SQL_ThreadQuery...
Forum: Scripting Help 08-02-2016, 08:49
Replies: 10
Views: 1,748
Posted By luxor
Re: [Help] SQL

Thanks addons_zz
Forum: Scripting Help 07-28-2016, 03:43
Replies: 10
Views: 1,748
Posted By luxor
Re: [Help] SQL

I have access, but sometimes (not always) it loses connection with no reason
Forum: Scripting Help 07-27-2016, 15:11
Replies: 10
Views: 1,748
Posted By luxor
Re: [Help] SQL

some serious answers please ?
Forum: Scripting Help 07-27-2016, 08:57
Replies: 10
Views: 1,748
Posted By luxor
[Help] SQL

Hi, i'm new in sql programing, here is one of my learning plugins :


#include <amxmisc>
#include <cstrike>
#include <fun>
#include <hamsandwich>
#include <sqlx>

#define SetBit(%1,%2) (%1...
Forum: Scripting Help 06-11-2016, 06:58
Replies: 2
Views: 1,127
Posted By luxor
Re: Host_Error: UserMsg: Not Present on Client 255

will they know ? all of them ?

i want to know what is broken.. where is the mistake
anyway like you said it can be bypassed easily, but i still wanna understand what is damn wrong
Forum: Scripting Help 06-11-2016, 06:15
Replies: 2
Views: 1,127
Posted By luxor
Host_Error: UserMsg: Not Present on Client 255

Here is a plugin which will check if a player has that malicious cfg file, and if he has it, server will kick hm, but the problem is, after a while the server will start to think like "aim54.cfg" is...
Forum: Code Snippets/Tutorials 06-10-2016, 11:16
Replies: 8
Views: 13,668
Posted By luxor
Re: [INC] CellTravTrie

TravTrieClear() is broken, if you use it on your travtrie you lose you object.

Here is a fix :


stock TravTrieClear(TravTrie:trie, keylength = 64, startsize = 32)
{
new Array:iter;...
Forum: General 04-24-2016, 11:12
Replies: 35
Views: 5,393
Posted By luxor
Re: Compiler not smart enough

solving the bug is the answer.
i could avoid it if i wanted, but i came here to report it

ro : eu stiu ca voi moldovenii sunteti mai neprietenosi de fel, dar totusi nu tu rezolvi bug-ul, lasa-ma...
Forum: New Plugin Submissions 04-24-2016, 10:30
Replies: 455
Views: 352,967
Posted By luxor
Forum: General 04-24-2016, 06:00
Replies: 35
Views: 5,393
Posted By luxor
Re: Compiler not smart enough

the solution is to inform arkshine, he will know if it can be solved it or not.
that's the reason for posting it there
Forum: General 04-24-2016, 04:47
Replies: 35
Views: 5,393
Posted By luxor
Re: Compiler not smart enough

avoiding is not a solution
Forum: General 04-23-2016, 09:45
Replies: 35
Views: 5,393
Posted By luxor
Re: Compiler not smart enough

but returning in each case including default will result return and any code below that switch should be ignored because there is not any chance to get out of that switch
Forum: General 04-23-2016, 08:40
Replies: 35
Views: 5,393
Posted By luxor
Re: Compiler not smart enough

i don't want to avoid the bug, i went here to report it and maybe wait for a fix
Forum: General 04-23-2016, 05:31
Replies: 35
Views: 5,393
Posted By luxor
Compiler not smart enough

Hi allied, i tried to compile one of my plugins and compiler throwed me this weird warning :
https://i.gyazo.com/b1c422243bf2131306ccf08c06adda29.png
for this function :

getNum(Time)
{
switch...
Forum: New Plugin Submissions 04-20-2016, 07:05
Replies: 455
Views: 352,967
Posted By luxor
Re: [CS1.6|CZ] Team Semiclip 3.1.1 [03 Feb 2015]

L 04/20/2016 - 13:02:23: [ENGINE] Invalid player 5 (not in-game)
L 04/20/2016 - 13:02:23: [AMXX] Displaying debug trace (plugin "cs_team_semiclip.amxx", version "3.1.1")
L 04/20/2016 - 13:02:23:...
Forum: Unapproved/Old Plugins 03-23-2016, 06:05
Replies: 12
Views: 9,404
Posted By luxor
Re: Anti Smoke detector.

can you tell me why you used force_unmodified twice ? once in plugin_init() and once in plugin_precache()
Forum: General 03-14-2016, 07:19
Replies: 25
Views: 5,653
Posted By luxor
Re: strtoupper/strtolower utf-8 feature ?

@Arkshine, any response about this feature request ? Could we help you with anything ?
Forum: General 03-07-2016, 12:53
Replies: 25
Views: 5,653
Posted By luxor
Re: strtoupper/strtolower utf-8 feature ?

nope, i can't install gcc or g++ on my pc temporary

can you tell me if i'm doing it right ?
Forum: General 03-07-2016, 11:52
Replies: 25
Views: 5,653
Posted By luxor
Re: strtoupper/strtolower utf-8 feature ?

static cell AMX_NATIVE_CALL strtolower(AMX *amx, cell *params) /* 1 param */
{
cell *cptr = get_amxaddr(amx, params[1]);
std::mbstate_t state = std::mbstate_t();
int len = 1 +...
Forum: General 03-07-2016, 07:11
Replies: 25
Views: 5,653
Posted By luxor
Re: strtoupper/strtolower utf-8 feature ?

now i'm in the finals school examns, i don't have time for studying.. after that i will



oook, so.. i searched for utf-8 tolower/toupper and i found that :...
Forum: General 03-06-2016, 06:01
Replies: 25
Views: 5,653
Posted By luxor
Forum: General 03-05-2016, 14:36
Replies: 25
Views: 5,653
Posted By luxor
Showing results 1 to 25 of 85

 
Forum Jump

All times are GMT -4. The time now is 00:20.


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