Item random spawn
#4

Why don't you just make like:
new RND;
RND=random(sizeof(Xcoords));
CreatePickup(model,type,Xcoords[RND],Ycoords[RND],Zcoords[RND]);
Or for smaller sys
new RND
RND=random(TOTALnumberOFrandomOptions)
switch(RND)
{
case 1:CreatePickup(model,type,X,Y,Z);
case 2:CreatePickup(model,type,X,Y,Z);
case 3:CreatePickup(model,type,X,Y,Z);
}
Reply


Messages In This Thread
Item random spawn - by Geekzor - 09.08.2009, 17:37
Re: Item random spawn - by Burridge - 09.08.2009, 17:39
Re: Item random spawn - by Geekzor - 10.08.2009, 09:33
Re: Item random spawn - by RSX - 10.08.2009, 10:31
Re: Item random spawn - by Geekzor - 10.08.2009, 12:45
Re: Item random spawn - by MadeMan - 10.08.2009, 12:46
Re: Item random spawn - by Gamer_Z - 10.08.2009, 13:48
Re: Item random spawn - by Geekzor - 10.08.2009, 20:01
Re: Item random spawn - by Geekzor - 10.08.2009, 20:11

Forum Jump:


Users browsing this thread: 1 Guest(s)