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

Showing results 1 to 25 of 380
Search took 0.01 seconds.
Search: Posts Made By: NouveauJoueur
Forum: General 07-13-2013, 11:16
Replies: 3
Views: 648
Posted By NouveauJoueur
Re: $5 for anybody who fixes sm_checkpointsaver

Wanted to make big money so I compiled and loaded it on my test server but it works fine :(

Try it on a map designed with fall damages, and if it doesn't work just post more information about your...
Forum: Scripting 07-03-2013, 02:04
Replies: 12
Views: 5,399
Posted By NouveauJoueur
Re: GetPlayerWeaponSlot always resolving to -1

I can't tell you if it's the game itself or sourcemod, but I can explain you why I said it was broken :

Before update calling GetPlayerWeaponSlot on PlayerWeaponEquip was working fine, after...
Forum: Scripting 06-29-2013, 05:32
Replies: 12
Views: 5,399
Posted By NouveauJoueur
Re: GetPlayerWeaponSlot always resolving to -1

Read the post title. Based on your post i'll give you a few hints to help you understand :

GetPlayerWeaponSlot
GetPlayerWeaponSlot != StripWeapons

You might want to read the quote that precede...
Forum: Scripting 06-29-2013, 03:27
Replies: 12
Views: 5,399
Posted By NouveauJoueur
Re: GetPlayerWeaponSlot always resolving to -1

GetPlayerWeaponSlot is broken since last update.

If you want your code to work change :

CreateTimer(0.3, TimerRemoveWeapons, client);

to

CreateTimer(3.0,...
Forum: Source Servers (SRCDS) 06-25-2013, 20:14
Replies: 24
Views: 4,752
Posted By NouveauJoueur
Re: Admin Password Hack!

So that's the story ?

- SMAC gives steam account real passwords on player connection.

I see 2 possibilities :

1) You rewrited command "sm_drug" to work in real life.

2) You're trying to...
Forum: General 08-23-2012, 10:01
Replies: 191
Views: 63,320
Posted By NouveauJoueur
Re: CS:S Update (8/22/12)

1.4.5-hg3542.tar.gz (http://www.sourcemod.net/smdrop/1.4/sourcemod-1.4.5-hg3542-linux.tar.gz)

Random Crash on linux.

And a few errors :

L 08/23/2012 - 16:08:23: [UPDATER] --- BEGIN ERRORS...
Forum: Scripting 05-27-2012, 02:22
Replies: 3
Views: 1,447
Posted By NouveauJoueur
Re: Optimizing if statements ?

Ok that was some real basic logic ... Feeling kinda stupid now, well at least i've learned about Short-circuits evaluations (http://en.wikipedia.org/wiki/Short-circuit_evaluation).

Thanks for the...
Forum: Scripting 05-27-2012, 01:11
Replies: 3
Views: 1,447
Posted By NouveauJoueur
Optimizing if statements ?

I was wondering what was the best way to proceed with if :

if (IsClientInGame(client) && IsPlayerAlive(client))Let's say the client disconnected, will sourcemod stop at "IsClientInGame" cause it...
Forum: Source Servers (SRCDS) 05-23-2012, 05:15
Replies: 7
Views: 6,880
Posted By NouveauJoueur
Re: CS:GO Failed to install (error code 0xbffe0950) HELP!

1) Don't run it as root.
2) If you're under a 64 bits system check if 32 libs are installed
Forum: Source Servers (SRCDS) 05-22-2012, 03:43
Replies: 25
Views: 4,903
Posted By NouveauJoueur
Re: Help Needed!

You need to upload skins on both your download server and game server too, not only the plugin.
And then you need to check if the files are really downloaded when you join server.
Forum: Source Servers (SRCDS) 05-21-2012, 18:04
Replies: 25
Views: 4,903
Posted By NouveauJoueur
Re: Help Needed!

Make sure the models are valids & on your server pointed by your download url.

Something like that :

sm_rcon sv_downloadurl "http://www.server-where-my-files-are-hosted.com/cstrike";
sm_rcon...
Forum: Source Servers (SRCDS) 05-18-2012, 20:36
Replies: 2
Views: 1,547
Posted By NouveauJoueur
Re: Bonjours je cherche un plugins base builder

https://forums.alliedmods.net/showthread.php?p=1599856
Forum: Scripting 05-18-2012, 15:25
Replies: 2
Views: 858
Posted By NouveauJoueur
Re: Display a cvar content into a vote

Thank you very much : It works !
Forum: Scripting 05-18-2012, 15:04
Replies: 2
Views: 858
Posted By NouveauJoueur
[Resolved] Display a cvar content into a vote

Hi,

I hope the title isn't too confusing : my english is bad as my coding skills.

I've a cvar set to "15" and I want this "15" to be displayed into a vote choice.

The following code gives no...
Forum: HL1 Servers (HLDS) 12-16-2011, 22:06
Replies: 23
Views: 5,358
Posted By NouveauJoueur
Re: Due to ddos attack my servers are off :(

There is no real "good" ways to stop a DDoS :

- Turning off the network on the server will stop it...

- Buying a 10 GB network shield wich will filter anything that is sent before routing it...
Forum: Source Servers (SRCDS) 12-16-2011, 06:48
Replies: 10
Views: 4,621
Posted By NouveauJoueur
Re: My motd doesnt work

With ftp access you can set it to read only (depends on the ftp client you use)

or if you have direct access to it you can right click on it > properties and check read only.

You had this image...
Forum: Source Servers (SRCDS) 12-16-2011, 06:19
Replies: 10
Views: 4,621
Posted By NouveauJoueur
Re: My motd doesnt work

chmod -w /home/your-path-to-folder/css/cstrike/motd.txt
Forum: General 12-16-2011, 04:34
Replies: 396
Views: 286,695
Posted By NouveauJoueur
Re: Lysis: An experimental .smx decompiler

Does the exploit described in this post (https://forums.alliedmods.net/showthread.php?t=142249) is still alive ? This would mean that some private & unique plugins made by coders could be ripped off...
Forum: Source Servers (SRCDS) 12-15-2011, 04:30
Replies: 1
Views: 2,205
Posted By NouveauJoueur
Re: Counter Strike Source server on 2 core?

It may interest you :

Originally Posted by BehaartesEtwas (http://forums.srcds.com/member.php?action=profile&uid=8714) :
Source (http://forums.srcds.com/viewtopic/17625)
Forum: General 10-25-2011, 11:18
Replies: 5
Views: 1,385
Posted By NouveauJoueur
Re: SourceTV gives immunity to 1 player

Updating Sourcemod fixed this issue.

Edit : After double checking, there is still an issue, 1 player isn't listed in the menu, but there is no more error logs about client index, so I guess that...
Forum: General 10-22-2011, 12:41
Replies: 5
Views: 1,385
Posted By NouveauJoueur
Re: SourceTV gives immunity to 1 player

Ok i'll try to update it soon as I can and i'll post if the issue remains or not.
Thanks for the answer.
Forum: General 10-22-2011, 12:26
Replies: 5
Views: 1,385
Posted By NouveauJoueur
Re: SourceTV gives immunity to 1 player

With latest game data (sourcemod self updated at the last CS:S update)

SourceMod Version Information:
SourceMod Version: 1.3.8
SourcePawn Engine: SourcePawn 1.1, jit-x86 (build 1.3.8)
...
Forum: General 10-22-2011, 12:01
Replies: 5
Views: 1,385
Posted By NouveauJoueur
SourceTV gives immunity to 1 player

Hi,

The title isn't very clear, but I noticed something really annoying with SourceTV + Sourcemod. When the server is full, 1 player (probally the last who joined before it's full) has got a full...
Forum: SM_Hosties 10-16-2011, 10:26
Replies: 2,851
Views: 1,242,635
Posted By NouveauJoueur
Re: [CSS] SM_Hosties (v2.0.2)

You don't need to modify the plugin's code, you just need to make sure that all the cfg files are in the good place.
Forum: SM_Hosties 10-15-2011, 19:24
Replies: 2,851
Views: 1,242,635
Posted By NouveauJoueur
Re: [CSS] SM_Hosties (v2.0.2)

I downloaded the .zip again

removed the sv language folder (as I did the first time)

and I uploaded the all the files without any modification.

But it looks like that after a map change the...
Showing results 1 to 25 of 380

 
Forum Jump

All times are GMT -4. The time now is 19:40.


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