20.07.2012, 19:58
pawn Код:
public OnPlayerSpawn(playerid)
{
SetSpawnInfo(playerid, playerid, PInfo[playerid][pChar], 1154.0967, -1770.9999, 16.5992, 269.15, 0, 0, 0, 0, 0, 0 );
if(PInfo[playerid][pChar] >= 0) { SetPlayerSkin(playerid, PInfo[playerid][pChar]); }
TogglePlayerControllable(playerid, 0);
ResetPlayerWeapons(playerid);
SetPlayerColor(playerid, TEAM_HIT_COLOR);
SetPlayerSpawn(playerid);
SetPlayerSkin(playerid, 299);
return 1;
}