09.02.2016, 16:12
Nice one. But you should take a look at this thread: https://sampforum.blast.hk/showthread.php?tid=571153 - how to hook a function in pawn, so people won't need to do this steps:
PHP Code:
//to hook functions
Min_OnFilterScriptInit(); //IN OnFilterScriptInit OR OnGameModeInit
Min_OnFilterScriptExit(); //IN OnFilterScriptExit OR OnGameModeExit
Min_OnPlayerShootDynamicObject(playerid, weaponid, objectid, x, y, z); //IN OnPlayerShootDynamicObject
Min_OnPlayerEnterDynamicArea(playerid, areaid); //IN OnPlayerEnterDynamicArea