Random Spawns are spawning me in Blueberry.
#1

This is part of my code: http://pastebin.com/m72b4306c

Now every time I use the spawns I created in the Float, I always spawn in Blueberry.

Even if I commented out the if functions, it still won't work. It's something to do with the Float and I don't know what. Why does it even spawn in Blueberry?

If I remove it, I spawn in LV.
Reply
#2

Well I can't solve it since I don't got the biggest experience in random spawning.. But you could try check out the grandlarc script there's a random spawn thing there which works, it might help you.
Reply
#3

I think they are the default spawns by SA-MP?
Reply
#4

In those arrays you use parenthesis when you have to use braces.

pawn Код:
new Float:SpawnParamedic[][3] =
{
 
  (2026.0413,-1405.8151,17.2174),
pawn Код:
new Float:SpawnParamedic[][3] =
{
 
  { 2026.0413, -1405.8151, 17.2174 },
Reply
#5

Quote:
Originally Posted by 0rb
In those arrays you use parenthesis when you have to use braces.

pawn Код:
new Float:SpawnParamedic[][3] =
{
 
  (2026.0413,-1405.8151,17.2174),
pawn Код:
new Float:SpawnParamedic[][3] =
{
 
  { 2026.0413, -1405.8151, 17.2174 },
Thank you, I'll test it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)