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

Showing results 1 to 25 of 27
Search took 0.01 seconds.
Search: Posts Made By: joseph9
Forum: Scripting Help 01-02-2022, 05:21
Replies: 7
Views: 1,119
Posted By joseph9
Re: FM_AddToFullPack player invisible (and SOLID) for certain player

Much thanks to you guys but how exacly can I achieve SOLID_SLIDEBOX for each pair so they are SOLID_NOT for other pairs?
Forum: Scripting Help 12-26-2021, 13:24
Replies: 7
Views: 1,119
Posted By joseph9
Re: FM_AddToFullPack player invisible for certain player

Yes, I store players in teamOne and teamTwo that are sorted by frags and then I use it to make a pair.



My goal is to make each player got his own opponent and the rest is non-solid;...
Forum: Scripting Help 12-21-2021, 05:19
Replies: 7
Views: 1,119
Posted By joseph9
FM_AddToFullPack player invisible (and SOLID) for certain player

Hello, I need some help with it (if it's even possible)

Lets say I have 16 players per team. I would like each pair (taken by index) to see themselfes.


new teamOne[16], teamTwo[16]

public...
Forum: Scripting Help 12-15-2021, 05:21
Replies: 8
Views: 1,376
Posted By joseph9
Re: Players collision

Damn I didn't see that coming. This one is working like a charm, thanks mate! I also was looking at it earlier but didn't notice :oops:
Forum: Scripting Help 12-12-2021, 05:44
Replies: 8
Views: 1,376
Posted By joseph9
Re: Players collision

SemiClip just apply SOLID_NOT and when players are in that state you can't attack them, they are simply untouchable. That's why there's a timer that disable it. What I wanted to achieve is that...
Forum: Scripting Help 12-11-2021, 13:07
Replies: 8
Views: 1,376
Posted By joseph9
Re: Players collision

Alright, so it's pretty much impossible for me to do it. Thank you for the answer!
Forum: Scripting Help 12-11-2021, 11:42
Replies: 8
Views: 1,376
Posted By joseph9
Players collision

Hello everyone, when..
set_pev(id, pev_solid, SOLID_NOT)
..I can't attack players. Is there a way to achieve that? I would like players to be non-solid and be able to attack.
Forum: General 12-11-2021, 11:38
Replies: 3
Views: 1,658
Posted By joseph9
Re: Player collision question

You're right. I was in hurry, please close this thread.
Forum: General 12-11-2021, 08:13
Replies: 3
Views: 1,658
Posted By joseph9
Player collision question

Hello, when
set_pev(id, pev_solid, SOLID_NOT)
I can't attack players so is there a way to achieve that without slow hacking like with touch etc. because I would like players to not block each other...
Forum: Scripting Help 04-02-2020, 13:48
Replies: 3
Views: 934
Posted By joseph9
Re: Get players TT/CT with ID?

just added "e" flag, still returns 1
Forum: Scripting Help 04-02-2020, 12:56
Replies: 3
Views: 934
Posted By joseph9
Get players TT/CT with ID?

EDIT: Just noticed that I used wrong print, sorry for trouble :bee:

so I'm trying to get some CT players (i use PoD bots) but get_players(iPlayers, iNum, "CT") return 1


new iPlayers[32],...
Forum: General 12-09-2019, 10:42
Replies: 1
Views: 1,095
Posted By joseph9
[CSGO] How to reduce server files before installing

How to reduce server files? It weighs over 24GB.. :roll:
Is there a way or command for SteamCMD to e.g disable (dedicated) maps downloading?
Forum: Scripting 08-24-2017, 13:46
Replies: 3
Views: 781
Posted By joseph9
Re: How to find similar values in array

Yes, I would like to pair players on opposite teams. You're right about two arrays I'll try it. Then I just need to sort every team by score. I'm looking for a function now.

Thanks!
Forum: Scripting 08-24-2017, 10:36
Replies: 3
Views: 781
Posted By joseph9
How to find similar values in array

Hello, how can I find similar values in array? I would like to attach one player to another by their score e. g. "PLAYER 1 (Terrorist) and PLAYER 4 (Counter-Terrorist) have similar score."

...
Forum: Scripting 08-22-2017, 13:02
Replies: 2
Views: 676
Posted By joseph9
Forum: Scripting 08-22-2017, 12:37
Replies: 2
Views: 676
Posted By joseph9
How to store GetClientFrags?

Hello there, how can I store GetClientFrags and display it by PrintToChatAll? :oops:
Forum: Source Servers (SRCDS) 03-17-2017, 09:15
Replies: 4
Views: 1,479
Posted By joseph9
Forum: Source Servers (SRCDS) 03-16-2017, 19:46
Replies: 4
Views: 1,479
Posted By joseph9
Re: [CSGO][Debian] steamcmd, downloading server update in different folder

That's good alternative, thank you.

Maybe there's an option to cancel updates and make server still playable so I can update it later?
If I will remove -autoupdate from my command line It will be...
Forum: Source Servers (SRCDS) 03-16-2017, 19:29
Replies: 4
Views: 1,479
Posted By joseph9
[CSGO][Debian] steamcmd, downloading server update in different folder

Hello guys,
My problem is when I'm doing a server update, steamcmd is downloading files to /steamapps/downloading/ folder and It's consuming my whole VPS space (20 GB) so I need to delete server...
Forum: Scripting 03-10-2017, 10:53
Replies: 1
Views: 482
Posted By joseph9
How to remove sounds for two clients?

Hey guys. I need some help again (learning stuff)

Let's say there's 4 players, 2 players (id 1, 2) can hear their steps, weapons but they can't hear other players (id 3, 4) steps, weapons.

How...
Forum: Scripting 03-09-2017, 15:22
Replies: 5
Views: 1,065
Posted By joseph9
Forum: Scripting 03-08-2017, 18:23
Replies: 5
Views: 1,065
Posted By joseph9
I need help with immortal players

Hey guys I need some help!

[Good] Two players can kill each other but they are not able to kill other players.
[Bad] Players can kill these two players.


public OnPluginStart() {
...
Forum: Scripting Help 11-17-2016, 13:22
Replies: 13
Views: 1,924
Posted By joseph9
Re: COLORCHAT

OK. Thank you!
Forum: Scripting Help 11-17-2016, 13:18
Replies: 13
Views: 1,924
Posted By joseph9
Re: COLORCHAT

Is there a way to separate team colors in colorchat.inc?
Forum: Scripting Help 11-17-2016, 13:12
Replies: 13
Views: 1,924
Posted By joseph9
Re: COLORCHAT

I would like to make it like this
[TAG] Player: text message

But default color is yellow so i receive this
[TAG] Player: text message
Showing results 1 to 25 of 27

 
Forum Jump

All times are GMT -4. The time now is 23:43.


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