HELP : [error 032: array index out of bounds (variable "MiniSpawn")]
#2

pawn Код:
enum MiniGunEnum
{
Float:Xx,
Float:Yy,
Float:Zz
}

new Float:MiniSpawn[7][MiniGunEnum] =
{
        (-1435.8225,1480.2847,1.8672),
    (-1394.4995,1499.0162,3.8289),
    (-1383.8633,1495.4115,1.8516),
    (-1383.5131,1495.1149,8.9063),
    (-1395.1268,1483.7245,11.8084),
    (-1436.5436,1493.5347,7.1016),
    (-1479.2960,1489.8241,8.2578)
};

SetPlayerPos(playerid, MiniSpawn[randy][Xx], MiniSpawn[randy][Yy], MiniSpawn[randy][Zz]); // usage like this <<
Reply


Messages In This Thread
HELP : [error 032: array index out of bounds (variable "MiniSpawn")] - by Mic_H - 28.10.2011, 05:52
Re: HELP : [error 032: array index out of bounds (variable "MiniSpawn")] - by Wesley221 - 28.10.2011, 06:00
Re: HELP : [error 032: array index out of bounds (variable "MiniSpawn")] - by Mic_H - 28.10.2011, 06:20

Forum Jump:


Users browsing this thread: 1 Guest(s)