[Ajuda] Bug ao sair de interiores
#1

Quando meu jogador sai da delegacia ele buga, os itens nгo aparecem =/

Comando /entrar:
Код:
if(IsPlayerInRangeOfPoint(playerid, 3.0, 1554.3888,-1675.6448,16.1953)) // Delegacia
	{
	    SetPlayerPos(playerid, 246.783996,63.900199,1003.640625);
	    SetPlayerInterior(playerid, 6);
	    
	}
Comando /sair:
Код:
if(IsPlayerInRangeOfPoint(playerid, 3.0, 246.783996,63.900199,1003.640625))
	{
	    SetPlayerPos(playerid, 1554.3888,-1675.6448,16.1953);
	}
Reply


Messages In This Thread
Bug ao sair de interiores - by SouLMito - 13.12.2012, 16:11
Re: Bug ao sair de interiores - by JonathanFeitosa - 13.12.2012, 16:15
Re: Bug ao sair de interiores - by SouLMito - 13.12.2012, 16:21

Forum Jump:


Users browsing this thread: 1 Guest(s)