Quote:
Originally Posted by Danielej1
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?
|
U can make it easily.
First make dimension to the global bool with false default value, like that:
Code:
bool bIsPluginOn[MAXPLAYERS + 1] = { false, ...};
After you've done this, from now on you have to write "iClient" after every bool and use it like that.
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 !