Jugadores invisibles en interior
#1

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;
Reply
#2

Eso es normal.
Reply
#3

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

Porque no revisas esto?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)