This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 19 of 19
Search took 0.03 seconds.
Search: Posts Made By: Jamo
Forum: Scripting 03-12-2020, 19:10
Replies: 9
Views: 2,750
Posted By Jamo
Re: [CS:GO] GetClientTeam() returns incosistent numbers

Guys I really need help with this. I can't find ANY solution to ONLY count players.
Forum: General 03-12-2020, 18:28
Replies: 25
Views: 15,283
Posted By Jamo
Re: [CS:GO PANORAMA] \t and size on PrintHintText

Need Help!

PrintHintText(client,"<pre><i>Can't start pause during warmup!</i></pre>");

Shows as

<pre><i>Can't start pause during warmup!</i></pre>

in hint.
What can I do to fix that?!
Forum: Scripting 03-12-2020, 18:16
Replies: 15
Views: 22,896
Posted By Jamo
Re: [CS:GO] HUD colors - Solved

PrintHintText(client,"<font color='#ff0000'>red</font>");

Prints

<font color='#ff0000'>red</font>

for the client. Any help??
Forum: Scripting 03-12-2020, 17:46
Replies: 3
Views: 1,271
Posted By Jamo
Re: [CS:GO] Can't register "pause" / "unpause" Command

GOT IT!

Registered the events like that:

RegConsoleCmd("sm_pause", pause_match);
RegConsoleCmd("sm_unpause", unpause_match);


The main problem where the actions. They have to be declared...
Forum: Scripting 03-12-2020, 17:37
Replies: 3
Views: 1,271
Posted By Jamo
Re: [CS:GO] Can't register "pause" / "unpause" Command

Thanks!
Do you mean like that:

RegConsoleCmd("sm_pause", pause_match);
RegConsoleCmd("sm_unpause", unpause_match);
Forum: Scripting 03-12-2020, 17:30
Replies: 3
Views: 1,271
Posted By Jamo
[CS:GO] Can't register "pause" / "unpause" Command

Hey there!

So - I'm currently creating a plugin which contains !pause and !unpause commands.
Unfortunately it's not working.
I've registered my commands as follows:


RegConsoleCmd("pause",...
Forum: Scripting 03-12-2020, 16:11
Replies: 3
Views: 3,014
Posted By Jamo
Re: [CS:GO] Warmup Checking

undefined symbol "GameRules_GetProp"

Edit: Needed to include sdktools_gamerules
Forum: Scripting 03-12-2020, 12:58
Replies: 9
Views: 2,750
Posted By Jamo
Re: [CS:GO] GetClientTeam() returns incosistent numbers

I have already implemented that in my code. I can confirm that it works because I am able to get the team scores.
Forum: Scripting 03-12-2020, 09:15
Replies: 9
Views: 2,750
Posted By Jamo
Re: [CS:GO] GetClientTeam() returns incosistent numbers

Changing the if-statements wouldn't do anything to the fact that the numbers are inconsistent.
Forum: Scripting 03-12-2020, 09:15
Replies: 9
Views: 2,750
Posted By Jamo
Re: [CS:GO] GetClientTeam() returns incosistent numbers

"GetClientCount" also counts spectators. That's why I have to go through all that...

Edit: "if(GetClientTeam(client) > 1)". Pls see my initial post. You can see there, that even a CT showed up as...
Forum: Scripting 03-11-2020, 16:51
Replies: 9
Views: 2,750
Posted By Jamo
[CS:GO] GetClientTeam() returns incosistent numbers

Hey there.

I'm currently working on a plugin that is supposed to automatically start the knife round once all players all connected. After that the winning team can decide !switch or !stay and so...
Forum: Plugin/Gameplay Ideas and Requests 03-10-2020, 06:18
Replies: 1
Views: 1,203
Posted By Jamo
Re: Execute .cfg from sourcepawn

Got it.


ServerCommand(exec config.cfg);
Forum: Plugin/Gameplay Ideas and Requests 03-10-2020, 04:53
Replies: 1
Views: 1,203
Posted By Jamo
Execute .cfg from sourcepawn

Hey there!

This question might sound stupid to some of you, but I can't find a solution to my question ...

What I want:
Execute a .cfg file once a specific event gets fired inside my...
Forum: Source Servers (SRCDS) 08-25-2018, 14:52
Replies: 1
Views: 1,593
Posted By Jamo
Re: Failed to open dedicated.so

Okay everyone, I found a fix for that issue.

I case somebody else is facing the same problem, try:

sudo apt-get install lib32stdc++6
Forum: Source Servers (SRCDS) 08-25-2018, 14:45
Replies: 1
Views: 1,593
Posted By Jamo
Failed to open dedicated.so

Hello again :)

Im getting the following error when I try to start my dedicated Server:
LD_LIBRARY_PATH=/media/CSGO_TURNIER/bin:./bin:./bin:{}
Failed to open dedicated.so (libstdc++.so.6: cannot...
Forum: Scripting 08-23-2018, 15:42
Replies: 3
Views: 950
Posted By Jamo
Re: detect the side somebody is playing on

Thank you very much mate!

But how do I get the client index number when he requests a chat command?
Forum: Scripting 08-23-2018, 13:27
Replies: 3
Views: 950
Posted By Jamo
detect the side somebody is playing on

Hello guys :)

I'm currently writing a Sourcemod Plugin which will give players the ability to choose !switch or !stay after their team won the knife round.
Everything is working so far, but the...
Forum: Source Servers (SRCDS) 08-23-2018, 13:24
Replies: 2
Views: 771
Posted By Jamo
Re: Kniferound config

@DukeBruno123 bruh... :D Thanks alot!
Forum: Source Servers (SRCDS) 08-23-2018, 09:44
Replies: 2
Views: 771
Posted By Jamo
Kniferound config

Hey there :)

I'm currently working on my server in order to run a LAN Tournament on it. I made some skripts and everything is workin like it is supposed to, but I ran into the following problem: ...
Showing results 1 to 19 of 19

 
Forum Jump

All times are GMT -4. The time now is 03:58.


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