11.01.2012, 19:19
It gives you a Warning because you need to use RandomFireSpawn.
It's not really a problem, it's just distracting you from the script.
If you use RandomFireSpawn as
Then it will work.
It's not really a problem, it's just distracting you from the script.
If you use RandomFireSpawn as
Quote:
rand = random(sizeof(RandomFireSpawn)); CreateObject(objectid, RandomFireSpawn[rand][0], RandomFireSpawn[rand][1], RandomFireSpawn[rand][2], 0.0,0.0, 0.0); |