08.01.2016, 15:36
pawn Код:
new PlayerPos[MAX_PLAYERS];
somwhere
PlayerPos[playerid] = number_here_from_Spawns; // if you set 1 tp will be posx1
stock SetPos(playerid)
{
new ID = PlayerPos[playerid] - 1;
SetPlayerPos(playerid, Spawns[ID][0], Spawns[ID][1], Spawns[ID][2]);
}