Anti Crash Fix Maybe?
#4

tried this?
pawn Код:
if(issuerid == INVALID_PLAYER_ID || playerid == INVALID_PLAYER_ID) return 1;
Because there is an array you have there with issuerid/playerid which is actually 65535 so it crashes.

pawn Код:
new var[5];

main() {
var[4] = 1; // Safe
var[10] = 1; // Crash
}
Reply


Messages In This Thread
Anti Crash Fix Maybe? - by Roel - 13.09.2013, 14:55
Re: Anti Crash Fix Maybe? - by PT - 13.09.2013, 17:41
Re: Anti Crash Fix Maybe? - by Konstantinos - 13.09.2013, 17:48
Re: Anti Crash Fix Maybe? - by Kirollos - 13.09.2013, 17:53
Re: Anti Crash Fix Maybe? - by Konstantinos - 13.09.2013, 17:59
Re: Anti Crash Fix Maybe? - by zrelly - 13.09.2013, 20:58

Forum Jump:


Users browsing this thread: 2 Guest(s)