[Ajuda] bug muito doido
#1

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/Entrar", true) == 0)
    {
       if(IsPlayerInRangeOfPoint(playerid, 3.0, 1928.5828,-1776.2908,13.5469))
       {//Entrada Loja de Conveniencia Posto Golng
           SetPlayerInterior(playerid, 17);
           SetPlayerPos(playerid, -25.884498,-185.868988,1003.546875);
           GameTextForPlayer(playerid, "~w~Loja de Conveniencia ~h~~Posto Golng", 5000, 1);
           SetPlayerVirtualWorld(playerid, 1);
       }
       if(IsPlayerInRangeOfPoint(playerid, 3.0, 1383.2607,465.5530,20.1919))
       {//Entrada  Loja de Conveniencia Posto Tosser
           SetPlayerInterior(playerid, 17);
           SetPlayerPos(playerid, -25.884498,-185.868988,1003.546875);
           GameTextForPlayer(playerid, "~w~Loja de Conveniencia ~h~~Posto Tosser", 5000, 1);
           SetPlayerVirtualWorld(playerid, 2);
       }
       return 1;
    }
Quando Entra No Interior Crash
pawn Код:
SetPlayerVirtualWorld(playerid, 2);
aqui e para ter 2 interiores com o mesmo int e tals
pawn Код:
if(strcmp(cmdtext, "/Sair", true) == 0)
    {
       if(IsPlayerInRangeOfPoint(playerid, 3.0, -25.884498,-185.868988,1003.546875))
       {//Saida Loja de Conveniencia Posto Golng
           SetPlayerInterior(playerid, 0);
           SetPlayerPos(playerid, 1928.5828,-1776.2908,13.5469);
       }
       if(IsPlayerInRangeOfPoint(playerid, 3.0, -25.884498,-185.868988,1003.546875))
       {//Saida Loja de Conveniencia Posto Tosser
           SetPlayerInterior(playerid, 0);
           SetPlayerPos(playerid, 1383.2607,465.5530,20.1919);
       }
       return 1;
    }
Podem Ajudar Eu?
Reply


Messages In This Thread
bug muito doido - by Alisson Silva Alves - 10.04.2014, 14:32
Re: bug muito doido - by shittt - 10.04.2014, 15:45
Re: bug muito doido - by Alisson Silva Alves - 10.04.2014, 16:02
Re: bug muito doido - by shittt - 10.04.2014, 16:15
Re: bug muito doido - by Alisson Silva Alves - 10.04.2014, 16:19
Re: bug muito doido - by shittt - 10.04.2014, 16:22
Re: bug muito doido - by hard_dalzot - 10.04.2014, 16:38
Re: bug muito doido - by Alisson Silva Alves - 10.04.2014, 17:51
Re: bug muito doido - by shittt - 10.04.2014, 17:57
Re: bug muito doido - by Alisson Silva Alves - 10.04.2014, 17:58

Forum Jump:


Users browsing this thread: 2 Guest(s)