21.07.2010, 09:12
Not sure if this is right but you could try
Then do like
If that is what you are wanting. (Sorry if it's not im really not fallowing along with you :\)
pawn Code:
new Objects[x]
{
{objectid, argument, argument...},
{objectid, argument, argument...} // Last one doesnt have a , all others do.
};
pawn Code:
new rand = random(sizeof(randomSpawns));
CreateDynamicObject(Objects[rand][0], Objects[rand][1], Objects[rand][2] );