recreating from c++ in pawn
I was wondering if it's possible transforming the bellow message from c++ to pawn? There must be a way, but how?
Just found this message function in the esf dll, and I wanted to know how to convert it in pawn. Code:
int CHudExplosion::MsgFunc_Explosion(const char *pszName, int iSize, void *pbuf ) |
Re: recreating from c++ in pawn
Well.. That's a Message Hook. Which, that should be client-side code. Since a server-side message would be sent to the client, and that function would handle it.
|
Re: recreating from c++ in pawn
thanks for info, I found some things, and I'll try to recreate them in amxmodx as a stock.
|
| All times are GMT -4. The time now is 11:04. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.