20.05.2015, 03:45
(
Последний раз редактировалось Gammix; 20.05.2015 в 04:16.
)
Quote:
1. How to display the text as in this screenshot? http://i.imgur.com/9c8h16r.png
2. When will the upgrade? 3. Bug. http://i.imgur.com/xiMy6qY.png pawn Код:
|
2. Maybe this month (depends on time, i have lots of ideas and very less time to implement)
3. I figured out what was causing that; Its crashdetect plugin! Its giving false crash warnings whenever we have set PlayerTextdraw vars value to INVALID_TEXT_DRAW.
Here try this code:
pawn Код:
CMD:test(playerid, params[]) {
new PlayerText:test[MAX_PLAYERS];
test[playerid] = PlayerText:INVALID_TEXT_DRAW;
return 1;
}
Quote:
what I can not understand in any way with version R4. Let's go back to the older version which worked for me. men interested in gives an error why
dialogue sewn into your mod code inserted as include this error generates when you press 1 button (spawn) everything else works fine (dialogue works everything works but this error prevents...) [19:29:41] [debug] Run time error 4: "Array index out of bounds" [19:29:41] [debug] Accessing element at negative index -1 [19:29:41] [debug] AMX backtrace: [19:29:41] [debug] #0 00018f48 in public OnPlayerClickTextDraw (0, 65535) from PPC_Trucking.amx https://pp.vk.me/c622225/v622225296/...gYOuO0qGPU.jpg still a problem with buttons... |
And where as those buttons. I tested them in different resolutions and they are fine. Download R4 once again. I have made some changes (minor ones) and fixed the buttons size, all problems seems to be fixed.