[AJUDA] Prefeitura
#1

Bom Galera eu Gostaria de Uma ajuda sobre a prefeitura de las venturas tipo ela entra normal na pref so que quando sai da pref de lv ela vai parar saida da pref de ls gostaria de uma ajuda vou posta os cods de lv e ls vcs poderiam me ajudar fazendo favor






// LV

pawn Код:
if(strcmp(cmdtext, "/enter", true) == 0)
{
  if(IsPlayerInRangeOfPoint(playerid, 2.0, 2196.4326,1677.2306,12.3672))//Prefeitura Las Venture
   {
      SetPlayerInterior(playerid, 3);
      SetPlayerPos(playerid, 385.4674,173.9319,1008.3828); //Prefeitura Las Venture
    }
pawn Код:
if(strcmp(cmdtext, "/sair", true) == 0)
{
    if(IsPlayerInRangeOfPoint(playerid, 2.0, 2194.8538,1678.1536,12.3672))//Prefeitura Las Venture
   {
      SetPlayerInterior(playerid, 0);
      SetPlayerPos(playerid, 2193.2810,1676.6268,12.3672); //Prefeitura Las Venture
    }
// FIM LV

// LS

pawn Код:
if(strcmp(cmdtext, "/sair", true) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, 2.0, 389.0495,173.6506,1008.3828))//Prefeitura Ls
   {
      SetPlayerInterior(playerid, 0);
      SetPlayerPos(playerid, 1480.6866,-1768.7736,18.7958); //Prefeitura Ls
    }
pawn Код:
if(strcmp(cmdtext, "/enter", true) == 0)
{
   if(IsPlayerInRangeOfPoint(playerid, 2.0, 1480.8795,-1771.4631,18.7958))//Prefeitura Ls
   {
      SetPlayerInterior(playerid, 3);
      SetPlayerPos(playerid,385.4674,173.9319,1008.3828); //Prefeitura Ls
    }
//fim ls
Reply


Messages In This Thread
[AJUDA] Prefeitura - by Ryktardy - 19.01.2012, 18:59
Re: [AJUDA] Prefeitura - by dPlaYer_ - 19.01.2012, 19:11
Re: [AJUDA] Prefeitura - by Don_Speed - 19.01.2012, 19:22
Re: [AJUDA] Prefeitura - by Ryktardy - 19.01.2012, 19:39
Re: [AJUDA] Prefeitura - by Blacknot - 19.01.2012, 19:51
Re: [AJUDA] Prefeitura - by Ryktardy - 19.01.2012, 20:14
Re: [AJUDA] Prefeitura - by Don_Speed - 19.01.2012, 21:47
Re: [AJUDA] Prefeitura - by Ryktardy - 19.01.2012, 22:14
Re: [AJUDA] Prefeitura - by Don_Speed - 19.01.2012, 22:18
Re: [AJUDA] Prefeitura - by Ryktardy - 19.01.2012, 22:20

Forum Jump:


Users browsing this thread: 1 Guest(s)