Error with ShowPlayerDialog - 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: Error with ShowPlayerDialog (
/showthread.php?tid=363220)
Error with ShowPlayerDialog -
maramizo - 26.07.2012
DOUBLE POST:
https://sampforum.blast.hk/showthread.php?tid=363219
AW: Error with ShowPlayerDialog -
Littl3j0hNy - 26.07.2012
Maybe BizInfo[idx][bType] is not 1...
Re: Error with ShowPlayerDialog -
MP2 - 26.07.2012
Are
two topics necessary?
The array index ('idx') is probably out of bounds. Print it out.
pawn Код:
printf("Accessing array index %i", idx);
I have a strong feeling it will be negative, which will never work.