SA-MP Forums Archive
not load pickup - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: not load pickup (/showthread.php?tid=658178)



not load pickup - TMapping - 26.08.2018

Hello, I have a mysql R5 with me but I'm slowly gamemode when I get on a pickup that does not get in the problem?


Re: not load pickup - Sew_Sumi - 26.08.2018

MySQL shouldn't have anything to do with the pickup not working, it'd be more likely that it's the streamer. What version of that have you got? And show the OnPlayerPickupPickup, and the Create Pickup code.


Along with even a server.log from a startup, a paste of your server.cfg wouldn't go amiss (omit passwords/ips).


Re: not load pickup - TMapping - 26.08.2018

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
MySQL shouldn't have anything to do with the pickup not working, it'd be more likely that it's the streamer. What version of that have you got? And show the OnPlayerPickupPickup, and the Create Pickup code.


Along with even a server.log from a startup, a paste of your server.cfg wouldn't go amiss (omit passwords/ips).
server.log

https://pastebin.com/n3xSbgzU


Re: not load pickup - Sew_Sumi - 26.08.2018

Quote:

[10:40:53] [debug] Run time error 4: "Array index out of bounds"
[10:40:53] [debug] Attempted to read/write array element at index 3 in array of size 3
[10:40:53] [debug] AMX backtrace:
[10:40:53] [debug] #0 0041b1ec in ?? (... <2 arguments>) at C:\Users\Tautvydas\Documents\SanCarson.lt\gamemode s\sancarson.pwn:25904
[10:40:53] [debug] #1 0001e86c in public OnPlayerClickTextDraw (playerid=0, Text:clickedid=65535) at C:\Users\Tautvydas\Documents\SanCarson.lt\pawno\in clude\YSI\y_hooks/impl.inc:2829
[10:41:28] [debug] Run time error 4: "Array index out of bounds"
[10:41:28] [debug] Attempted to read/write array element at index 3 in array of size 3

That's something else again... Are you using clickable text draws to try and spawn the pickups, or is that something else entirely that's bugging out?