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

Showing results 1 to 25 of 51
Search took 0.01 seconds.
Search: Posts Made By: Going Dutch
Forum: Off-Topic 03-15-2014, 20:54
Replies: 12
Views: 2,837
Posted By Going Dutch
Re: Changing the HLDS folder

Used Steamcmd of course, since there is no other way at the moment.
Got everything running without problems now.
Forum: Off-Topic 03-15-2014, 13:18
Replies: 12
Views: 2,837
Posted By Going Dutch
Re: Changing the HLDS folder

Ah too bad..

Oh well, thanks for the help and quick replies.
I will just run one from the HL folder than.
Forum: Off-Topic 03-15-2014, 12:47
Replies: 12
Views: 2,837
Posted By Going Dutch
Re: Changing the HLDS folder

The Half-life folder is where the HLDS is currently installed in.
I want it to be in a custom folder named HLDS.

From: Steam\steamapps\common\Half-Life
To: Steam\steamapps\common\HLDS
Forum: Off-Topic 03-15-2014, 12:36
Replies: 12
Views: 2,837
Posted By Going Dutch
Re: Changing the HLDS folder

I Uninstalled HLDS and tried to install it again, no succes though it gave me this message:

""An error occured while installing Half-Life Dedicated Server (connection time out)"

I have used...
Forum: Off-Topic 03-15-2014, 12:07
Replies: 12
Views: 2,837
Posted By Going Dutch
Changing the HLDS folder

Hi,

Is it possible to create a custom folder where the HLDS tool will be installed and be started from?
Currently the server is located in my Cstrike folder.. it always used to have a separate...
Forum: Off-Topic 03-10-2014, 03:55
Replies: 4
Views: 776
Posted By Going Dutch
Re: Hide N Seek Class?

Not really, imo.

Classes in the HideNseek mod are never going to work out.
Forum: Off-Topic 03-09-2014, 10:08
Replies: 24
Views: 33,298
Posted By Going Dutch
Re: Search tutorial

You are right, and i apologize.
The comment wasn't meant to be negative at all, but sort of humorous.
I understand that you have spend a lot of time on creating this tutorial.

Would you like me...
Forum: Off-Topic 03-07-2014, 16:12
Replies: 24
Views: 33,298
Posted By Going Dutch
Re: Search tutorial

A tutorial on how to use the search bar.. that's awesome. :3
Forum: Suggestions / Requests 02-09-2014, 05:26
Replies: 8
Views: 1,442
Posted By Going Dutch
Re: [REQ] Strip knife / set knife

Works perfect now, Thank you!
Forum: Suggestions / Requests 02-08-2014, 19:17
Replies: 8
Views: 1,442
Posted By Going Dutch
Re: [REQ] Strip knife / set knife

Yes, Thank you!

But can you maybe add so when the player is swapped over to CT it show the knife again.
And when he goes to the Terrorist team the knife stays hiden.
Forum: Suggestions / Requests 02-08-2014, 18:12
Replies: 8
Views: 1,442
Posted By Going Dutch
Re: [REQ] Strip knife / set knife

Sorry, i meant hiding the knife.
Forum: Suggestions / Requests 02-08-2014, 17:35
Replies: 8
Views: 1,442
Posted By Going Dutch
Re: [REQ] Strip knife / set knife

Alright, i'm sorry.

When a player has joined the server and has chosen the terrorist team there should come up an menu which will ask the player if he wants an knife or not.

If the player has...
Forum: Suggestions / Requests 02-08-2014, 13:35
Replies: 8
Views: 1,442
Posted By Going Dutch
[REQ] Strip knife / set knife

Hi,

I need this menu which shows only once to an terrorist when they have joined the game.
It will have the option to show the knife or not.

Its like the hns_fakeknife cvar from the hidenseek...
Forum: New Plugin Submissions 01-29-2014, 04:47
Replies: 11
Views: 6,840
Posted By Going Dutch
Forum: Scripting Help 01-27-2014, 02:36
Replies: 3
Views: 1,050
Posted By Going Dutch
Re: Kill Required instead of XP required

Sorry, i'm still learning.. could you please give me an example on how to create such thing?
Forum: Scripting Help 01-26-2014, 14:13
Replies: 3
Views: 1,050
Posted By Going Dutch
Kill Required instead of XP required

Hello once again,

I am asking a bit much but i hope anyone will be able to help me.
This mod now requires 150xp per level, i want it so it requires 3 kills per level.

Something like as in the...
Forum: Scripting Help 01-18-2014, 17:27
Replies: 2
Views: 549
Posted By Going Dutch
Forum: Scripting Help 01-18-2014, 17:23
Replies: 2
Views: 549
Posted By Going Dutch
Giving specific players extra startmoney.

Hi,

Is there a way too give specific players extra startmoney?

if(Level[id] >= 25)
set_user_footsteps(id, 1);
cs_set_user_money(id, 1000);

I have tried this, but the player can't get...
Forum: Scripting Help 01-18-2014, 15:14
Replies: 4
Views: 1,886
Posted By Going Dutch
Re: get_user_flags

public sayMenu(id) {
new flags = get_user_flags(id)
// if admin (admin_ban) open amxmodmenu
if(get_user_flags(id) & ADMIN_BAN){
{
client_cmd(id, "amxmodmenu")
...
Forum: Scripting Help 01-18-2014, 09:10
Replies: 3
Views: 843
Posted By Going Dutch
Re: Hud not showing after adding a third Parameter

Ah.. how stupid, made a little typo.

Thank you for the replies though.
Forum: Scripting Help 01-17-2014, 10:29
Replies: 3
Views: 843
Posted By Going Dutch
Hud not showing after adding a third Parameter

Hi,


This one works.

public ShowHud(task)
{
new id = task - TASK_SHOW_HUD

if(!is_user_alive(id))
Forum: New Plugin Submissions 01-15-2014, 05:12
Replies: 36
Views: 40,319
Posted By Going Dutch
Forum: Scripting Help 01-14-2014, 09:08
Replies: 6
Views: 1,193
Posted By Going Dutch
Re: Help with a Knife Shop. (Natives)

It finally compiles, but the problem is i cant buy anything.
It doesn't remove any XP nor money.

native hnsxp_get_user_xp(client);

native hnsxp_set_user_xp(client, xp);

stock...
Forum: Scripting Help 01-14-2014, 08:04
Replies: 6
Views: 1,193
Posted By Going Dutch
Re: Help with a Knife Shop. (Natives)

Hi,

I almost got it, only getting one error now.



This line is wrong:

hnsxp_set_user_xp(client, (hnsxp_get_user_xp(client) - str_to_num(g_knifecosts[item])),1);
Forum: Scripting Help 01-14-2014, 07:06
Replies: 6
Views: 1,193
Posted By Going Dutch
Re: Help with a Knife Shop. (Natives)

Hello,

I have removed the g_xp array and replaced the _get_xp with hnsxp_sub_user_xp.

I am still getting some errors, i know i am probably doing something terribly stupid..
Could you please...
Showing results 1 to 25 of 51

 
Forum Jump

All times are GMT -4. The time now is 17:42.


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