SA-MP Forums Archive
Small Error - 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: Small Error (/showthread.php?tid=530144)



Small Error - krytans - 05.08.2014

While executing my GM
its shows 10lines of errors
All "array index out of bounds (variable "PlayerInfo")"

all lines contains "PlayerInfo[MAX_PLAYERS]"


Re: Small Error - dirigent00 - 05.08.2014

Only where is new PlayerInfo[MAX_PLAYERS]; should be there, all other places you should change to PlayerInfo[playerid].


Re: Small Error - krytans - 05.08.2014

Actually, i want to print offline stats


Re: Small Error - [XST]O_x - 05.08.2014

Can you show us the code?