new PlayerPos[MAX_PLAYERS];somwherePlayerPos[playerid] = number_here_from_Spawns; // if you set 1 tp will be posx1stock SetPos(playerid){ new ID = PlayerPos[playerid] - 1; SetPlayerPos(playerid, Spawns[ID][0], Spawns[ID][1], Spawns[ID][2]);}