Is there any coders out there that will be able to update mani admin with the new csgo that was updated yesterday. Mani admin is alot better then sourcemod. And would love to keep using it. So if there is anyone will you please help and keep Mani Admin alive?
I found the user messages for CS:GO if anyone wants to take a swing at it. I posted the files here.
http://www.sendspace.com/file/dkqx27
You can now use the generated classes in your C++ code to send user messages. Here is an example of how to send the HintText message
CSingleUserRecipientFilter filter( this );
filter.MakeReliable();
CCSUsrMsg_HintText msg;
msg.set_text( "ExampleHint" );
SendUserMessage( filter, CS_UM_HintText, msg );
Coders for Mani Admin.
-
- A semi-regular
- Posts: 20
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sun Sep 02, 2012 2:56 pm
Re: Coders for Mani Admin.
Your best bet is to ask @ sourcemod.net
I am sure if you are willing to pay someone will free up some time and update the plugin for you.
Of course this might not be cheap since the last update was a huge update.
I am sure if you are willing to pay someone will free up some time and update the plugin for you.
Of course this might not be cheap since the last update was a huge update.