07.11.2009, 02:11
pawn Код:
switch(spawntype) //should be different for your script
{
case Hitman:
{
SetPlayerPos(playerid, -2721.3049,-317.2299,7.8438);
SetPlayerFacingAngle(playerid, 45.857);
SetPlayerColor(playerid, TEAMCOLOR_VPM);
}
}
SetCameraBehindPlayer (playerid);
return 1;