[Pawn] Array index out of bounds - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] Array index out of bounds (/showthread.php?tid=1945) |
Array index out of bounds - Z3fRaN - 2021-04-25 trying to create server sided vehicles Code: enum vInfo RE: Array index out of bounds - Radical - 2021-04-25 PHP Code: vehicle = CreateVehicle(vehicletype, Float:x, Float:y, Float:z, Float:rotation, color1, color2, respawn_delay, addsiren); RE: Array index out of bounds - Z3fRaN - 2021-04-25 Got it figured, thanks. |