Problem with a "new" function.
#1

What should I change for it to be correct?

pawn Код:
new RandomFireSpawn {
{-1441.8286,2653.5562,55.8359},
{-1441.8286,2653.5562,55.8359},
{-1441.8286,2653.5562,55.8359}
};
Ignore that it's the same coords on all 3.
Reply
#2

pawn Код:
new Float:RandomFireSpawn[3][3] = {
{-1441.8286,2653.5562,55.8359},
{-1441.8286,2653.5562,55.8359},
{-1441.8286,2653.5562,55.8359}
};
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)