Jump to content
  • 0

Problema /exit


Xcite

Question

Salut , am comanda /exit pentru diferite Hq-uri / magazine / bizz-uri si case . La case / bizzuri merge excelent dar la celelalte exit-uri facute separat nu merge , tastez /exit dar nu merge . Codul de la ele e cam de genul:

[pawn]    else if (PlayerToPoint(5, playerid, 246.5325,62.4251,1003.6406))//LSPD

{

SetPlayerPos(playerid, 1554.9100,-1675.6428,16.1953);

    SetPlayerInterior(playerid, 0);

        SetPlayerVirtualWorld(playerid, 0);

    PlayerInfo[playerid][pVirWorld] = 0;

        GameTextForPlayer(playerid, "~w~Los Santos", 1000, 1);

    return 1;

        }[/pawn]

Cum pot rezolva sa functioneze ?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

[pawn]else if (PlayerToPoint(5, playerid, 246.5325,62.4251,1003.6406))//LSPD

{

    SetPlayerPos(playerid, 1554.9100,-1675.6428,16.1953);

    SetPlayerInterior(playerid, 0);

    SetPlayerVirtualWorld(playerid, 0);

    PlayerInfo[playerid][pVirWorld] = 0;

    GameTextForPlayer(playerid, "~w~Los Santos", 1000, 1);

    }

    return 1;

    }[/pawn]

wtf?I fucking then school??????fuck school :))))

coolte12.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.