02.08.2009, 19:26
here is a muuucchhh easier way.
Код:
new rand;
rand = random( number of teleports );
rand++; //changes the 9 to 10, elimanting the number 0
switch(rand)
{
case 1: SetPlayerPos(playerid, x,y,z);
}

