Coders for Mani Admin.

Post Reply
tnarocks
A semi-regular
A semi-regular
Posts: 20
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Sep 02, 2012 2:56 pm

Coders for Mani Admin.

Post by tnarocks »

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 );
IcEWoLF
This is my homepage
This is my homepage
Posts: 1192
Joined: Thu Aug 10, 2006 9:41 pm
Contact:

Re: Coders for Mani Admin.

Post by IcEWoLF »

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.
Image
Image
Post Reply