[HELP]@Debug
#4

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
When you set the size of an array to 49, the valid indexes are between 0 and 48. In SetPlayerUnjail callback, you use 1 to 49 and it goes out of bounds. You also don't need to start from index 1 and 0 goes wasted.
pawn Код:
for(new i = 0; i < sizeof(TurfInfo); i++)
The other one is in OnQueryFinish, but assuming there's lots of code in there it's better to compile with -d3 for the line: https://github.com/Zeex/samp-plugin-...ith-debug-info
i did it , and again i have This Problem
Reply


Messages In This Thread
[HELP]@Debug - by KingPersona - 03.07.2014, 01:41
Re: [HELP]@Debug - by BroZeus - 03.07.2014, 04:36
Re: [HELP]@Debug - by Konstantinos - 03.07.2014, 09:44
Re: [HELP]@Debug - by KingPersona - 03.07.2014, 18:01

Forum Jump:


Users browsing this thread: 1 Guest(s)