[Pedido] Tutorial Virtual World
#1

Como o tituto jб diz tudo, eu queria um bom tutorial rapido para eu desbugar o interior aqui..

pawn Код:
else if (PlayerToPoint(1.5,playerid,1481.0386,-1772.3120,18.7958)) //Prefeitura LS
            {
                SetPlayerInterior(playerid,3);
                SetPlayerPos(playerid,387.7978,173.8582,1008.3828);
                SetPlayerVirtualWorld(playerid, 0);
                PlayerInfo[playerid][pInt] = 3;
                if(PlayerInfo[playerid][pEmprego] == 0 && PlayerInfo[playerid][pConnectTime] < 5)
                {
                    TutorialPrefeitura(playerid);
                }
            }
            else if (PlayerToPoint(1.5,playerid,2375.5764,2306.3108,8.1406)) //Prefeitura LV
            {
                SetPlayerInterior(playerid,3);
                SetPlayerPos(playerid,387.7978,173.8582,1008.3828);
                SetPlayerVirtualWorld(playerid, 1);
                PlayerInfo[playerid][pInt] = 3;
                if(PlayerInfo[playerid][pEmprego] == 0 && PlayerInfo[playerid][pConnectTime] < 5)
                {
                    TutorialPrefeitura(playerid);
                }
            }
pawn Код:
else if (PlayerToPoint(1.5, playerid, 390.7482, 173.8620, 1008.3828)) //Prefeitura LS
            {
                SetPlayerInterior(playerid, 0);
                SetPlayerPos(playerid, 1481.0386, -1772.3120, 18.7958);
                SetPlayerVirtualWorld(playerid, 0);
                PlayerInfo[playerid][pInt] = 0;
            }
            else if (PlayerToPoint(1.5, playerid, 390.7482, 173.8620, 1008.3828)) //Prefeitura LV
            {
                SetPlayerInterior(playerid, 0);
                SetPlayerPos(playerid, 2376.0698, 2309.6929, 8.1406);
                SetPlayerVirtualWorld(playerid, 0);
                PlayerInfo[playerid][pInt] = 0;
            }
nesse ae os dois interiores se encontram(eu acho) e um entra em um lugar sai em outro(entra na prefeitura de SF e sai em LS)..
Reply


Messages In This Thread
Tutorial Virtual World - by JoshNudock - 05.02.2015, 00:31
Re: Tutorial Virtual World - by Dolby - 05.02.2015, 00:56
Re: Tutorial Virtual World - by JoshNudock - 05.02.2015, 01:21
Re: Tutorial Virtual World - by RafaelOsio - 05.02.2015, 01:31
Re: Tutorial Virtual World - by RafaelOsio - 05.02.2015, 01:35
Re: Tutorial Virtual World - by MultiKill - 05.02.2015, 01:54
Re: Tutorial Virtual World - by GabrielDias_Invision - 05.02.2015, 12:58
Re: Tutorial Virtual World - by ZeZin - 05.02.2015, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)