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

Showing results 1 to 6 of 6
Search took 0.01 seconds.
Search: Posts Made By: Alex Taylor
Forum: Scripting 01-29-2023, 05:48
Replies: 2
Views: 700
Posted By Alex Taylor
Re: How to remove [ZP] Prefix in chat? HELPPP

First, check in the plugin cfg (csgo/cfg/sourcemod) whether you can't set it.

Look at the translation file of the plugin. If you can't find it there, there is only one solution, and that is to...
Forum: Plugin/Gameplay Ideas and Requests 01-29-2023, 05:29
Replies: 10
Views: 1,219
Posted By Alex Taylor
Re: [CSGO]How i can write plugin which will turn of and on plugin

U can make it easily.

First make dimension to the global bool with false default value, like that:
bool bIsPluginOn[MAXPLAYERS + 1] = { false, ...};

After you've done this, from now on you...
Forum: Plugin/Gameplay Ideas and Requests 01-28-2023, 15:20
Replies: 10
Views: 1,219
Posted By Alex Taylor
Re: [CSGO]How i can write plugin which will turn of and on plugin

EDIT: This is not a bug, it was simply not included

Unfortunately, you cannot do this with the "round_freeze_end" event, but I added it to the Death Event.
Forum: Plugin/Gameplay Ideas and Requests 01-28-2023, 14:50
Replies: 10
Views: 1,219
Posted By Alex Taylor
Re: [CSGO]How i can write plugin which will turn of and on plugin

Your Complier is bad.
Click To "Get Plugin" (not "Get Source") or Go to this website, and copmlie here https://spider.limetech.io/
Forum: Plugin/Gameplay Ideas and Requests 01-28-2023, 14:37
Replies: 10
Views: 1,219
Posted By Alex Taylor
Re: [CSGO]How i can write plugin which will turn of and on plugin

Exactly, if you want sm_thunder to turn off HookEvents on command, or to write to you in chat, then command.

EDIT: Unfortunately, the plugin returns with a warning, so enter this at the top like...
Forum: Plugin/Gameplay Ideas and Requests 01-28-2023, 14:19
Replies: 10
Views: 1,219
Posted By Alex Taylor
Re: [CSGO]How i can write plugin which will turn of and on plugin

I don't know what you want to do with this plugin, maybe you could give me a more understandable description.

And for the second time, you are working with old syntax. Which is not exactly the best
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT -4. The time now is 13:27.


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