[Ajuda] Erro na hora de novatos spawnarem no sv
#1

Na hora do spawn alguns novatos ficam presos na torre
Код:
public OnPlayerRequestClass(playerid, classid)
{
    new Text: texto1;
    new Text: texto8;
    TextDrawShowForPlayer(playerid, texto1);
    TextDrawShowForPlayer(playerid, texto8);
    SetPlayerPos(playerid,1979.8292,991.5703,59.5605);
    SetPlayerCameraPos(playerid,1974.199,990.087,60.791);
    SetPlayerCameraLookAt(playerid,1980.042,991.623,59.415);
    SetPlayerFacingAngle(playerid,102.25);
    PlayerPlaySound(playerid,1185,-2239.9280,-1729.9114,480.4377);
	PlayerPlaySound(playerid, 1133, 0.0, 0.0, 0.0);
	ApplyAnimation(playerid,"FIGHT_C","FightC_M",4.0,0,1,1,0,0);
	TextDrawShowForPlayer(playerid, topblack);
    TextDrawShowForPlayer(playerid, bottomblack);
	SetPlayerInterior(playerid, 0);
	return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)