21.08.2015, 23:45
ooh god, go there and save sa positions (/save) and then in gamemode to fuction OnPlayerSpawn put:
Код:
SetPlayerInterior(playerid, 0); SetPlayerPos(playerid, PositionX, Position Y, PositionZ); if you have faction/groups, you must to do conditions: If(PayerInfo[playerid][pFaction] > 0) { Coordonate to spawn at faction spawn.... } else { SetPlayerInterior(playerid, 0); SetPlayerPos(playerid, PositionX, Position Y, PositionZ); } PayerInfo[playerid][pFaction] is an example for variable which stock the faction for player. Your variable can be called otherwise.