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

Showing results 1 to 25 of 184
Search took 0.01 seconds.
Search: Posts Made By: valio_skull
Forum: Plugins 05-31-2023, 20:31
Replies: 10
Views: 6,702
Posted By valio_skull
Re: [TF2] Respawn System API!

sorry for necroposting, did anyone actually make a plugin utilizing this api ?
Forum: Metamod:Source Questions 12-06-2022, 18:25
Replies: 5
Views: 2,932
Posted By valio_skull
Re: Metamod source version 'GCC_7.0.0' not found

I copied the contents of linux32 in .steam/sdk32 (I had to create the sdk32 folder).


Artix is not a desktop distro. It's basically arch without systemd, so 10 times less bloated than smth like...
Forum: Metamod:Source Questions 12-06-2022, 15:17
Replies: 5
Views: 2,932
Posted By valio_skull
Re: Metamod source version 'GCC_7.0.0' not found

I don't have any sdk32 folder in my .steam directory, so I created it and added the contents of steamcmd/linux32.

I've deleted metamod from my server, installed the latest dev build, deleted the...
Forum: Metamod:Source Questions 12-06-2022, 07:04
Replies: 5
Views: 2,932
Posted By valio_skull
Metamod source version 'GCC_7.0.0' not found

It seems I'm encountering an old issue. Metamod won't load at all on my cs go server.
I tried several builds, all with the same outcome.

server output:


addons/metamod/bin/metamod-fatal.log...
Forum: Scripting 10-29-2016, 11:28
Replies: 6
Views: 1,750
Posted By valio_skull
Re: [CS:GO] My survivor plugin isn't fair at all

Now this plugin is a huge mess. It gets a lot of compilation errors and idk how to fix them.
Here's the whole .sp, I think that would help more than giving you a part of it.

#include <sourcemod>...
Forum: Source Servers (SRCDS) 10-29-2016, 09:33
Replies: 22
Views: 6,820
Posted By valio_skull
Re: [CS:GO] Make clients download "mapname".txt from FastDL

It worked fine for me too, but since CS GO updated, it doesn't work anymore. can someone fix it or should I create a new thread ?
Forum: Plugin/Gameplay Ideas and Requests 10-29-2016, 09:14
Replies: 7
Views: 1,781
Posted By valio_skull
Re: [CS:GO] Map Music (request)

and also, I don't know if it will intersect with cs:go's default music, because that's the only thing i can hear. No ambiental music.
Forum: Plugin/Gameplay Ideas and Requests 10-29-2016, 09:09
Replies: 7
Views: 1,781
Posted By valio_skull
Re: [CS:GO] Map Music (request)

same thing, works only on a few spots on the map...idk why
Forum: Plugin/Gameplay Ideas and Requests 10-29-2016, 05:06
Replies: 7
Views: 1,781
Posted By valio_skull
Re: [CS:GO] Map Music (request)

It has a problem. Players can hear it only in some parts of the map, not everywhere...can you solve this ?
Forum: Scripting 10-28-2016, 13:00
Replies: 6
Views: 1,750
Posted By valio_skull
Re: [CS:GO] My survivor plugin isn't fair at all

I just noticed that I already have a plugin that gives you other bonuses when you spawn...The survivor plugin can't give you those bonuses when you spawn unless you create a timer that gives you the...
Forum: Scripting 10-26-2016, 14:52
Replies: 6
Views: 1,750
Posted By valio_skull
Re: [CS:GO] My survivor plugin isn't fair at all

I have to wait until tomorrow to test it, I don't have a hosted server right now. I'll tell you if it works, thank you.
Forum: Plugin/Gameplay Ideas and Requests 10-26-2016, 12:26
Replies: 7
Views: 1,781
Posted By valio_skull
Re: [CS:GO] Map Music (request)

Thank you very much, I've just compiled it but I can't test it right now because I don't have access to a host, but tomorrow I'll have one to test it.
Forum: Plugin/Gameplay Ideas and Requests 10-25-2016, 17:22
Replies: 7
Views: 1,781
Posted By valio_skull
[CS:GO] Map Music (request)

I want a plugin that allows me to play an ambience theme that starts every round (same theme). Also some cvar that can stop it would be great. I don't need it compiled, just the code where you also...
Forum: Scripting 10-25-2016, 17:13
Replies: 6
Views: 1,750
Posted By valio_skull
[CS:GO] My survivor plugin isn't fair at all

Hello everyone! So I have this "Survivor" plugin witch gives some bonuses to the last player alive of a team.
#
#define MAX_FILE_LEN 80

public OnPluginStart()
{
HookEvent("player_death",...
Forum: Scripting 07-21-2016, 13:32
Replies: 15
Views: 3,678
Posted By valio_skull
Re: [Not Solved anymore][CS:GO] Knife it's still visible

Well, fuck. I did not pay attention to that. Sorry, I will try it. Thanks
Forum: Scripting 07-21-2016, 11:19
Replies: 15
Views: 3,678
Posted By valio_skull
Re: [Solved][CS:GO] Knife it's still visible

Ok, so I quited CS and scripting for a while and now I tryed to install my addons on a server, but that code didn't work anymore. So I tried this:
//////////////////////// Invisible...
Forum: Plugin/Gameplay Ideas and Requests 01-22-2016, 13:27
Replies: 7
Views: 2,351
Posted By valio_skull
Re: [CS:GO] light_dynamic that follows the player

I tryed, IDK what is wrong..
I hooked Event_OnPlayerSpawn
public OnPluginStart()
{
/////////////// bla bla //////////////////
HookEvent("player_spawn", Event_OnPlayerSpawn);
}
public Action...
Forum: Plugin/Gameplay Ideas and Requests 01-20-2016, 04:52
Replies: 7
Views: 2,351
Posted By valio_skull
Re: [CS:GO] light_dynamic that follows the player

This plugin (https://forums.alliedmods.net/showthread.php?p=1658873) uses light_dynamic, all I need is a light_dynamic that follows the player.I really tried doing it, but it wasn't successful......
Forum: General 01-20-2016, 04:47
Replies: 17
Views: 2,143
Posted By valio_skull
Re: ban doesn't work

I have that problem too, when I kick someone, it forces them to retry, when I ban them it's like a kick...I have to ban the IP so they can't reconnect...
Forum: Plugin/Gameplay Ideas and Requests 01-15-2016, 15:26
Replies: 7
Views: 2,351
Posted By valio_skull
[CS:GO] light_dynamic that follows the player

Hello, I really need this plugin because I set the brightness (SetLightStyle) to B on all my maps and it's really dark and I want this to be used as a lantern. I want it to be white, to have a medium...
Forum: Scripting 01-15-2016, 11:20
Replies: 18
Views: 5,899
Posted By valio_skull
Re: [CS:GO] Night, Fog, Nightvision and Light around the Player

No...sorry. I can't do it, i'm too noob, I tryed...I really tryed. :(
All I needed to do it's to create a light_dynamic that follows the player :(
Forum: Scripting 01-14-2016, 11:18
Replies: 18
Views: 5,899
Posted By valio_skull
Re: [CS:GO] Night, Fog, Nightvision and Light around the Player

It creates, but I don't know how to make it follow the player...
Forum: Scripting 01-13-2016, 13:52
Replies: 18
Views: 5,899
Posted By valio_skull
Re: [CS:GO] Night, Fog, Nightvision and Light around the Player

...
I can't learn when I don't have any examples, it's sourcemod not amxmodx...
Forum: Scripting 01-13-2016, 13:38
Replies: 18
Views: 5,899
Posted By valio_skull
Re: [CS:GO] Night, Fog, Nightvision and Light around the Player

I'll try to find something like that

Can you make that for me ? I don't know how to do it...
Forum: Scripting 01-13-2016, 11:58
Replies: 18
Views: 5,899
Posted By valio_skull
Re: [CS:GO] Night, Fog, Nightvision and Light around the Player

I found an good example

public DisplayScreenOverlay(const String:sFile[], const Float:fTime)
{
new iFlags = GetCommandFlags("r_screenoverlay");
SetCommandFlags("r_screenoverlay", iFlags &~...
Showing results 1 to 25 of 184

 
Forum Jump

All times are GMT -4. The time now is 22:21.


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