13.02.2011, 09:03
its an include downloaded ... in my gm onplayerdeath dont have forward ... have in a_samp.inc
in the ChangeDeathInfo.inc its
but if i change forward CDI_OnPlayerDeath(playerid); to orward CDI_OnPlayerDeath(playerid, killerid, reason);
dotn work no show any message ...
in the ChangeDeathInfo.inc its
pawn Код:
#if defined _ALS_OnPlayerDeath
#undef OnPlayerDeath
#else
#define _ALS_OnPlayerDeath
#endif
#define OnPlayerDeath CDI_OnPlayerDeath
forward CDI_OnPlayerDeath(playerid);
dotn work no show any message ...