Bug SA-MP 0.3.7
#1

Good Morning,
when i update my include (a_samp etc..) to 0.3.7, the gamemode becomes larger than before and the TextDraws is not showing. How can i fix? (Sorry for bad english,i'm italian)
Reply
#2

The gamemode's size becomes larger because of the MAX_PLAYERS define or some other define that sets your arrays sizes in your gamemode. My guess is that you had a lower players limit in the previous version, so a lower gamemode size. Regarding the textdraws, check how they get created and try to debug it. Probably you're accessing some invalid index when you create them.
Reply
#3

On 0.3z it works fine..
Reply
#4

Resolved. I have changed in a_samp.inc
Код:
#define MAX_PLAYERS								(1000)
in
Код:
#define MAX_PLAYERS								(500)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)