21.05.2010, 16:53
Quote:
Originally Posted by [ĦŁ₣
ЉǾǖŦĦЗŁΛẄ ]
make the array with the coords in: new Array[3][3]= { {x, y, z}, {x, y, z}, {x, y, z} } when they spawn: new playerskin=GetPlayerSkin(playerid); if(playerskin == skin to randomly spawn) { new r=random(3); SetPlayerPos(playerid, Array[r][0], Array[r][1], Array[r][2]); } hope that helped |

It only spawns me at a one place, not randomly
anywhere.