25.02.2013, 13:20
new Float:RandomSpawnMINIGUN[][3] =
{
{-2366.8083,1536.2828,2.1172,358.8597}, //error here
{-2439.5500,1554.5298,2.1231,272.5474}
};
And warning: warning 202: number of arguments does not match definition
{
{-2366.8083,1536.2828,2.1172,358.8597}, //error here
{-2439.5500,1554.5298,2.1231,272.5474}
};
And warning: warning 202: number of arguments does not match definition
Код:
SetPlayerPos(playerid, RandomSpawnMINIGUN[rando][0], RandomSpawnMINIGUN[rando][1]);