12.12.2009, 04:34
You could forward OnPlayerPrivmsg in all your scripts and add to the base.pwn
then it should work as 0.2.
pawn Код:
CallRemoteFunction("OnPlayerPrivmsg", "dds", playerid, id, gMessage);

