SA-MP Forums Archive
Jugadores invisibles en interior - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Jugadores invisibles en interior (/showthread.php?tid=591543)



Jugadores invisibles en interior - vegaltasendai - 13.10.2015

Cuando entran a interior desaparecen del mapa,o sea se hacen invisibles como quito eso?.

tengo esto y le puse la primera linea o sea ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
pero sigue igual.

Код:
public OnGameModeInit()
{
    ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
	UsePlayerPedAnims(); // Player movement
	AllowInteriorWeapons(1); // Allow weapons in interiors
	DisableInteriorEnterExits(); // Disables entering interiors (e.g. Burger shots)
	EnableStuntBonusForAll(0); // If you stunt you won't get any points (Value = 0)
	SetNameTagDrawDistance(20.0); // Distance to see other players name and Hp
	EnableVehicleFriendlyFire(); //
	SetGravity(0.008); // Gravity
	GameType = BASE;



Re: Jugadores invisibles en interior - Kevln - 13.10.2015

Eso es normal.


Re: Jugadores invisibles en interior - vegaltasendai - 13.10.2015

Si pero quiero que sean visibles en el mapa de cualquier interior.


Re: Jugadores invisibles en interior - INKISICION - 13.10.2015

Porque no revisas esto?