[Ajuda]Prefeitura
#1

ai crie um prefeitura, mais quando eu saio dela eu nгo volto no local que estava, e sim em outro local como, faзo pra voltar onde estava?
Codigo
pawn Код:
#include <a_samp>

#define Cor_Azul 0x00C8FFFF

new Prefeitura;

public OnGameModeInit()
{
  Prefeitura = CreatePickup(1239, 1, 2388.2854,2465.8196,10.8203);
  return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == Prefeitura)
{
  SendClientMessage(playerid, Azul, "Entrou na Prefeitura");
  SetPlayerInterior(playerid,3);
  SetPlayerPos(playerid,390.3949,173.9672,1008.3828);
}
}
compila normal o problema e que quando sai sai em outro local espero a ajuda de vocкs
Reply


Messages In This Thread
[Ajuda]Prefeitura - by Leo Nikov - 30.05.2010, 22:02
Re: [Ajuda]Prefeitura - by ipsBruno - 30.05.2010, 22:32
Re: [Resolvido]Prefeitura By:DraKoNeoN - by Leo Nikov - 30.05.2010, 23:08
Re: [Resolvido]Prefeitura By:DraKoNeoN - by ipsBruno - 30.05.2010, 23:33
Re: [Resolvido]Prefeitura By:DraKoNeoN - by zSuYaNw - 31.05.2010, 00:22
Re: [Ajuda]Prefeitura - by andmeida10 - 31.05.2010, 05:56
Re: [Ajuda]Prefeitura - by higoroliveira22 - 31.05.2010, 11:57
Re: [Ajuda]Prefeitura - by TiagoPS - 31.05.2010, 17:33
Re: [Ajuda]Prefeitura - by higoroliveira22 - 31.05.2010, 22:51
Re: [Ajuda]Prefeitura - by ipsBruno - 31.05.2010, 23:14

Forum Jump:


Users browsing this thread: 1 Guest(s)