04.01.2013, 01:43
You set the spawn location on 0, 0, 0, 0, 0, 0.
Which is in:
Your need to change the 0's to the location you want the player to spawn after getting his faction clothes.
Which is in:
Код:
SetSpawnInfo(playerid, 0, Player[playerid][Clothes1], Factions[Player[playerid][Faction]][fSpawnPosX][1], Factions[Player[playerid][Faction]][fSpawnPosY][1], Factions[Player[playerid][Faction]][fSpawnPosZ][1], Factions[Player[playerid][Faction]][fSpawnPosA][1], 0, 0, 0, 0, 0, 0);