24.12.2011, 11:36
Can you just use SetPlayerPos ?? (Put under OnPlayerSpawn so you spawn with weapons and skin properly)
pawn Код:
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);
SetPlayerPos(etc. etc.);
}