19.04.2009, 17:48
Ok, I am doing a game in which at the very beginning a briefcase pickup spawns:
I want to do something like this:
CreatePickup(1210,3,x,y,z);
how do I make the x,y,z floats random? What I want is for the pickup location to be in one of ten or so places...what do I need to do?
I want to do something like this:
CreatePickup(1210,3,x,y,z);
how do I make the x,y,z floats random? What I want is for the pickup location to be in one of ten or so places...what do I need to do?