View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 05-27-2009 , 01:39   Re: [INFO] Fakemeta & Ham detailed function descriptions and examples
Reply With Quote #24

Quote:
Originally Posted by Starsailor View Post
oo yes, you are right, i have forgotten that

EDIT: Done
It's still wrong.


Code:
engfunc( EngFunc_MessageBegin, MSG_BROADCAST, SVC_TEMPENTITY ); engfunc( EngFunc_MessageBegin, MSG_ALL, SVC_TEMPENTITY ); engfunc( EngFunc_MessageBegin, MSG_ONE_UNRELIABLE, SVC_TEMPENTITY, _, id ); engfunc( EngFunc_MessageBegin, MSG_ONE, SVC_TEMPENTITY, _, id ); engfunc( EngFunc_MessageBegin, MSG_PVS, SVC_TEMPENTITY, origin, 0 ); engfunc( EngFunc_MessageBegin, MSG_PAS, SVC_TEMPENTITY, origin, 0 );

You should also comment more each MSG_*.

Last edited by Arkshine; 05-27-2009 at 02:04.
Arkshine is offline