24.12.2011, 11:36
Код:
public OnPlayerUpdate() switch(gTeam[playerid]) { case TEAM_1: { SetSpawnInfo(playerid, TEAM_1 , -1 , s_spawnx, s_spawny , s_spawnz, s_spawna, -1, -1, -1, -1, -1, -1); SpawnPlayer(playerid); SetPlayerSkin(playerid,SKINIDHERE); } return 1; }
-Threshold, The spawn position has allready been made under the "SetSpawnInfo" -He just wants the player to spawn and get a skin, which it basicly should in my code?