How to use ServerCommand in C#?
Featured Replies
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
Используя этот сайт, вы соглашаетесь Условия использования.
I want to use commands like dropclient etc in C#
Sorry for asking such a noob question. This is because there are no documentation for InfinityScript. Nukem's server Addon was documented and nicely organaized with examples etc.. that made me learn a lot and use functions with ease. Please do the same if you have free time. (PLEASE!)
BTW, I'm using InfinityScript because Nukem's addon is not supported otherwise I won't even look at it (Even though it is SO AWESOME but rewriting all my codes to it is a lot of work >_<)
I tried to search for ServerCommand and found only an event OnServerCommand and couldn't deal with it. --> noob
Again, please make a documentation. Pleeeease!
Edit:
I know now it's Utilities.ExecuteCommand(""); I found it in an old post.