Little help with random spawns
#9

Remove the last comma in bRandomSpawns:

new Float:bRandomSpawns[3][3] = //Ballas
{
{2140.7705,-1700.4626,15.0784},
{2146.6111,-1665.4973,15.0859},
{2144.3179,-1685.4233,15.0859}, <- REMOVE
};

so you get:

new Float:bRandomSpawns[3][3] = //Ballas
{
{2140.7705,-1700.4626,15.0784},
{2146.6111,-1665.4973,15.0859},
{2144.3179,-1685.4233,15.0859}
};
Reply


Messages In This Thread
Little help with random spawns - by mickos - 16.07.2012, 17:16
Re: Little help with random spawns - by mickos - 16.07.2012, 18:31
Re: Little help with random spawns - by leonardo1434 - 16.07.2012, 18:43
Re: Little help with random spawns - by mickos - 16.07.2012, 18:46
Re: Little help with random spawns - by hansen111 - 16.07.2012, 18:50
Re: Little help with random spawns - by mickos - 16.07.2012, 18:56
Re: Little help with random spawns - by hansen111 - 16.07.2012, 19:11
Re: Little help with random spawns - by mickos - 16.07.2012, 19:14
Re: Little help with random spawns - by hansen111 - 16.07.2012, 19:38
Re: Little help with random spawns - by mickos - 16.07.2012, 19:50

Forum Jump:


Users browsing this thread: 3 Guest(s)