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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: luki1412
Forum: Plugins 06-25-2023, 11:17
Replies: 0
Views: 789
Posted By luki1412
[TF2] Bonus Round Player Effects (25.06.2023)

Description:
This plugin gives players effects/conditions in the bonus round

Cvars:

sm_brpe_version // version cvar - do not edit
sm_brpe_enabled 1 // enable/disable this plugin...
Forum: Plugins 05-10-2023, 14:52
Replies: 141
Views: 98,513
Posted By luki1412
Re: [TF2] Give Bots Weapons (04.01.2023)

It's just a direct download link for the file on the github repo. It's this way so when I update it in one place, it's updated everywhere. Attached it for you here.
Forum: Scripting 01-12-2023, 15:39
Replies: 20
Views: 2,496
Posted By luki1412
Re: Internal Source Compiler error

Firewall has nothing to do with this. Its usually Antivirus and exceptions or pausing antivirus will do nothing here. It's usually caused by the antivirus ransomware protection so it "locks" folders...
Forum: Scripting 01-12-2023, 15:31
Replies: 20
Views: 2,496
Posted By luki1412
Re: Internal Source Compiler error

Dont think it works with "Open with". You can drop an sp file onto the compile.exe and it will compile as it compiles the script files supplied as arguments. Can also just open cmd and do:...
Forum: Plugins 01-03-2023, 17:04
Replies: 141
Views: 98,513
Posted By luki1412
Forum: General 12-30-2022, 05:09
Replies: 1
Views: 1,123
Posted By luki1412
Re: [TF2] Proper viewmodel hands animations

Code copied from code.nut -> https://tf2maps.net/downloads/vscript-give_tf_weapon.14897/

//-----------------------------------------------------------------------------
// Purpose: Used to update...
Forum: Scripting 12-30-2022, 04:08
Replies: 20
Views: 2,496
Posted By luki1412
Re: Internal Source Compiler error

Yeah i would also say that it is either a permission problem or just antimalware software blocking it.
Forum: Scripting 12-24-2022, 04:06
Replies: 12
Views: 2,330
Posted By luki1412
Re: Is IsClientInGame() really includes IsClientConnected check?

Look at the first post. They are getting client not connected error while using only IsClientInGame.
Makes no sense if what youre saying is true.
Forum: Scripting 12-23-2022, 14:46
Replies: 12
Views: 2,330
Posted By luki1412
Re: Is IsClientInGame() really includes IsClientConnected check?

What do you mean?

Not sure why that loop was added or why he needs to execute that command 1000 times but those commands require the client to be connected. Assuming they dont execute in one...
Forum: Scripting 12-23-2022, 14:06
Replies: 12
Views: 2,330
Posted By luki1412
Re: Is IsClientInGame() really includes IsClientConnected check?

They are not the same. You connect first, then you enter the game. You just need to check them in the right order.



In your case you do not need IsClientInGame check at all though.
Check...
Forum: Scripting 12-23-2022, 13:52
Replies: 4
Views: 948
Posted By luki1412
Re: [CSGO] How to keep bots from using he nade for 20 seconds into the round

Just remove the weapon if it gets equipped. Could also store if you did remove it and give it back to them after the timeout.
Forum: Off-Topic 12-19-2022, 06:36
Replies: 3
Views: 1,330
Posted By luki1412
Re: Valve Hammer Editor error: "The system cannot find the file specified."

Looking at the video, you can see "access is denied" multiple times so the program cant create files in the specified location so it then fails to find it.

Either change the permissions on that...
Forum: Source Servers (SRCDS) 12-16-2022, 08:47
Replies: 6
Views: 1,282
Posted By luki1412
Forum: Source Servers (SRCDS) 12-16-2022, 08:32
Replies: 3
Views: 1,282
Posted By luki1412
Re: [TF2] Server not showing up!

There was a TF2 update that made it so older Sourcemod starts crashing the server.
Have to update it to the latest.

Gamedata became outdated as well so it could be causing the crashes. Need to...
Forum: Plugins 12-05-2022, 09:03
Replies: 80
Views: 62,924
Posted By luki1412
Re: [TF2] Give Bots Cosmetics (05.12.2022)

I merged gamedata for both Give Bots plugins into one, you should redownload the plugins and use one gamedata file instead.
Forum: Plugins 12-05-2022, 09:03
Replies: 141
Views: 98,513
Posted By luki1412
Re: [TF2] Give Bots Weapons (05.12.2022)

I merged gamedata for both Give Bots plugins into one, you should redownload the plugins and use one gamedata file instead.
Forum: Scripting 11-18-2022, 15:41
Replies: 2
Views: 821
Posted By luki1412
Re: [TF2] How can I change cosmetic styles with scripting?

Have you tried using the attribute "item style override"?
Forum: Extensions 10-28-2022, 17:38
Replies: 1
Views: 1,607
Posted By luki1412
Re: [ANY] More Timers

Is there no Stop function? Does Invalidate stop the timer?
Is there pause/unpause functionality?
Forum: Plugins 10-17-2022, 07:58
Replies: 141
Views: 98,513
Posted By luki1412
Re: [TF2] Give Bots Weapons (20.09.2022)

Its a simple check that was previously in the plugin but then I thought: Why would SourceTV or Replay have event post_inventory_application fired for them? Guess Valve just doesn't care. Im gonna add...
Forum: Plugins 10-09-2022, 07:21
Replies: 62
Views: 38,007
Posted By luki1412
Re: [TF2] Class Restrictions For Bots (23.09.2022)

The plugin automatically generates a cfg file in .\tf\cfg\sourcemod called Class_Restrictions_For_Bots.
This file needs to be modified in order to set what you want your bot limits to be.
This...
Forum: Scripting 10-06-2022, 19:15
Replies: 2
Views: 809
Posted By luki1412
Re: [TF2] Toastmaster code cleanup

- Your plugin wont work on late load due to custom files not being precached. Your OnMapStart callback wont be called on late load.
- The for loop in OnPluginStart is what I assume you used for late...
Forum: Suggestions / Requests 10-06-2022, 16:34
Replies: 3
Views: 1,345
Posted By luki1412
Re: Help Fix Revive plugin errors

You have brackets there without an IF statement, multiple times. You're missing some code.
Forum: HL1 Servers (HLDS) 10-06-2022, 16:20
Replies: 132
Views: 206,535
Posted By luki1412
Re: Need help determining your rates? Look Here

http://ambaca.github.io/rate-calculator-2015/new still works
Forum: Source Servers (SRCDS) 10-06-2022, 15:59
Replies: 2
Views: 1,347
Posted By luki1412
Re: vpk plugins on a tf2 server

Not sure if it has actually been implemented.
https://forums.alliedmods.net/showthread.php?t=234172
https://forums.alliedmods.net/showthread.php?t=209096
Forum: Plugins 10-06-2022, 15:32
Replies: 62
Views: 38,007
Posted By luki1412
Re: [TF2] Class Restrictions For Bots (23.09.2022)

I just started a server with 30 bots and set them to one class via my plugin and not a single one uses a
different class. Can you attach your config file and tell me how many bots youre running...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 16:46.


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