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

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: NiQu
Forum: General 07-08-2015, 04:02
Replies: 102
Views: 31,401
Posted By NiQu
Re: Valve's request to CS:GO community owners

Valves decision makes perfect sense and I don't know why they didn't do this before.
CSGO skins is a source of money for Valve and so ofcourse they will care about players circumventing having to...
Forum: General 04-23-2015, 21:10
Replies: 276
Views: 210,245
Posted By NiQu
Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: RCon Querys

Why can't I choose where I want to install this if I use the installer ?
I don't install things on to my C: drive.

I'll use the standalone version but please for a future update, include an...
Forum: Source Servers (SRCDS) 12-14-2013, 01:58
Replies: 13
Views: 4,207
Posted By NiQu
Re: Cant connect to steam servers (no vac), help

Does that still work if I dont want a collection ? I just want a select few maps, not an entire selection. Or do I have to put every map I want into my own collection and then use that ?


Also...
Forum: Source Servers (SRCDS) 12-13-2013, 00:58
Replies: 13
Views: 4,207
Posted By NiQu
Re: Cant connect to steam servers (no vac), help

Here is the line: srcds.exe -console -game "csgo" -maxplayers 18 +map "de_dust2" -port 27016 +game_type 0 +game_mode 1 +mapgroup mg_bomb -tickrate 128 -authkey AUTH_KEY_HERE_OBVIOUSLY_NOT_THIS...
Forum: Source Servers (SRCDS) 12-12-2013, 15:13
Replies: 13
Views: 4,207
Posted By NiQu
Re: Cant connect to steam servers (no vac), help

I've tried that and it still cant establish a connection.
Forum: Source Servers (SRCDS) 12-11-2013, 15:24
Replies: 13
Views: 4,207
Posted By NiQu
Re: Cant connect to steam servers (no vac), help

No, there is no firewall at all as far as I know.

Do you have to start the server as an admin or on an admin user account for it to connect ? Because my account on the server is just a regular...
Forum: Source Servers (SRCDS) 12-10-2013, 17:59
Replies: 13
Views: 4,207
Posted By NiQu
Re: Cant connect to steam servers (no vac), help

I have verified that there is no firewall or router of any kind in the way.
Forum: Source Servers (SRCDS) 12-10-2013, 02:20
Replies: 13
Views: 4,207
Posted By NiQu
Cant connect to steam servers (no vac), help

Trying to setup my CSGO server and VAC isnt working.
It says "Could not establish connection to Steam servers." in the console.
Also my server isnt available at...
Forum: Scripting Help 10-08-2013, 10:10
Replies: 9
Views: 2,355
Posted By NiQu
Re: Server crash but no error

Xalus wrote most of the code, I've just been updating it and changing it to my needs.
I will consider your suggestion though.

I have fixed it and here is the changes:

// Old Code
num_to_str(...
Forum: Scripting Help 10-05-2013, 09:53
Replies: 9
Views: 2,355
Posted By NiQu
Re: Server crash but no error

Done. Here is the line that causes the error and I printed every variable to a file and it didnt crash so it cant be the variables then, has to be how its being used with num_to_str or something.

...
Forum: Scripting Help 10-04-2013, 13:07
Replies: 9
Views: 2,355
Posted By NiQu
Re: Server crash but no error

Thank you for that.
I have tracked this error to this line:

menu_additem(menu, get_menu_title(Cvars[ (Player[id][plDollars] < (get_pcvar_num(Item[i][itemCost]) * (1 << PlayerItem[id][i][Team])))...
Forum: Scripting Help 10-02-2013, 13:13
Replies: 9
Views: 2,355
Posted By NiQu
Re: Server crash but no error

Oh yeah, forgot to add that.
The item in the menu that causes the crash is "Ability Shop" and its set and generated by this cvar:

mapi_healingwave_submenu "Ability Shop"

Since the server just...
Forum: Scripting Help 10-02-2013, 12:54
Replies: 9
Views: 2,355
Posted By NiQu
[SOLVED] Server crash but no error

I've been working on finishing a plugin but i've hit a major snag.
I'm getting "HLDS Launcher has stopped working" whenever I open a specific item in a menu.

I cant seem to force HLDS to log...
Forum: Scripting Help 07-09-2013, 03:52
Replies: 4
Views: 1,598
Posted By NiQu
Re: menu_addblank changes location of Exit

Thanks both of you for trying to help me, I really appreciate it but for my needs I dont really want to use the old menu and ^SmileY your suggestion didnt work like I wanted it to.

I figured it...
Forum: Scripting Help 07-08-2013, 08:59
Replies: 4
Views: 1,598
Posted By NiQu
menu_addblank changes location of Exit [Solved]

Is it not possible to force the Exit item to always be at key 0 no matter how many items and blanks that exists in the menu ?

Currently, if I use menu_addblank(menu, 0) it will change the Exit...
Forum: Scripting Help 06-22-2013, 20:48
Replies: 2
Views: 751
Posted By NiQu
How do I detect players near me ?

How can I detect if there are any players near me and then do something to them (e.g. giving them health or armor every second) while I'm holding a button down ?
Forum: Scripting Help 06-22-2013, 15:55
Replies: 3
Views: 791
Posted By NiQu
Re: Quick question about Enums

Ok, thank you for answering.

I will not be giving out the source code because all I asked was if there was any difference and you have answered that.

If I want to know more about why its...
Forum: Scripting Help 06-22-2013, 15:18
Replies: 3
Views: 791
Posted By NiQu
Quick question about Enums

I've got an enum in a .inc file which multiple plugins is using.
Now, this enum is also in the main plugin and in the main plugin I have not assigned any of the variables inside to a number.
...
Forum: HL1 Servers (HLDS) 06-22-2013, 11:15
Replies: 17
Views: 7,133
Posted By NiQu
Re: HLDS Freezing on Start

It has to do with steam beta.

Opt out of the steam beta and it will be fixed.
Forum: HL1 Servers (HLDS) 06-21-2013, 15:02
Replies: 17
Views: 7,133
Posted By NiQu
Re: HLDS Freezing on Start

1. Yes, didnt work;
2. Yes


Thank you very much, this fixed my problem.
Forum: HL1 Servers (HLDS) 06-21-2013, 13:50
Replies: 17
Views: 7,133
Posted By NiQu
Re: HLDS Freezing on Start

Done that multiple times, it made no difference. Still wont start.
Forum: HL1 Servers (HLDS) 06-21-2013, 08:17
Replies: 17
Views: 7,133
Posted By NiQu
Re: HLDS Freezing on Start

Well either way its irrelevant to my issues.
Forum: HL1 Servers (HLDS) 06-21-2013, 07:56
Replies: 17
Views: 7,133
Posted By NiQu
Re: HLDS Freezing on Start

I have sent an invite. Waiting for you to accept it.


No it doesn't. When I did that, It only installed Half-Life files.
Forum: HL1 Servers (HLDS) 06-21-2013, 07:36
Replies: 17
Views: 7,133
Posted By NiQu
HLDS Freezing on Start

So I decided to upgrade to SteamCMD but I'm having issues. HLDS won't start, I've tried to reinstall it multiple times and it never works. It freezes when I start it, and even if I start it with the...
Forum: Suggestions / Requests 10-18-2012, 11:50
Replies: 2
Views: 872
Posted By NiQu
Re: Paying for a plugin

It seems like I stopped working on the plugin in the middle of a major remake of parts of the plugin.
So alot of the API is semi-broken or completely broken and the registering of abilities is not...
Showing results 1 to 25 of 500

 
Forum Jump

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


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