24.08.2016, 11:32
Quote:
Two lines above 8900, the correct check would be:
Код:
if(damagedid != INVALID_PLAYER_ID) --- In line 8930, the size of "PlayerShotPlayer" seems to be 100 but the ID issuer had is 167. Set correct size for it, the max slots of your server. --- About the last run time error 4: http://forum.sa-mp.com/showpost.php?...&postcount=482 Find this line in zcmd.inc file: pawn Код:
|
Код:
#undef MAX_PLAYERS #define MAX_PLAYERS 100 new PlayerShotPlayer[MAX_PLAYERS][MAX_PLAYERS];