[CSGO]How i can write plugin which will turn of and on plugin
1 Attachment(s)
How can I make the sm_thunder command display an example of this plugin being disabled/enabled in chat?
|
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 |
Re: [CSGO]How i can write plugin which will turn of and on plugin
Quote:
|
Re: [CSGO]How i can write plugin which will turn of and on plugin
1 Attachment(s)
Quote:
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 this: #pragma tabsize 0 |
Re: [CSGO]How i can write plugin which will turn of and on plugin
Quote:
Code:
//// lightingpowerEDITED.sp |
Re: [CSGO]How i can write plugin which will turn of and on plugin
Quote:
Click To "Get Plugin" (not "Get Source") or Go to this website, and copmlie here https://spider.limetech.io/ |
Re: [CSGO]How i can write plugin which will turn of and on plugin
Quote:
|
Re: [CSGO]How i can write plugin which will turn of and on plugin
1 Attachment(s)
Quote:
Unfortunately, you cannot do this with the "round_freeze_end" event, but I added it to the Death Event. |
Re: [CSGO]How i can write plugin which will turn of and on plugin
One last simple question, can you change so that if a Player types a command who has Vip "Custom1" and types the command !sm_thunder so that only he sees this effect? is it possible?
|
Re: [CSGO]How i can write plugin which will turn of and on plugin
1 Attachment(s)
Quote:
First make dimension to the global bool with false default value, like that: Code:
bool bIsPluginOn[MAXPLAYERS + 1] = { false, ...};But with the "freezetime_end" event, everyone will see it, because you either have to solve it in a different way, or delete the whole thing. If you have any questions, feel free to contact me on Discord, I'll help. | Alex Taylor#1988 | Sorry for my really, really bad english. EDIT: You need to use !thunder command, not !sm_thunder ! |
| All times are GMT -4. The time now is 03:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.