Jump to content
  • 0

Problema CheckPointuri Joburi


Question

Posted

Sallut !Mereu cand incep traseul la DMV sau la un job gen Scanvanger sau Sweaper imi apare doar primul CheckPoint iar celelalte checkpointuri nu apar . In Gm e facut traseul calumea.

4 answers to this question

Recommended Posts

Posted

[pawn]public OnPlayerEnterCheckpoint(playerid)

{

        if(CP[playerid] == id1)

{

    CP[playerid] = id2;

    SetPlayerCheckpoint(playerid, 348.1468,-144.5418,1.4553 ,2.0);

    return 1;

}

else if(CP[playerid] == id2)

{

            CP[playerid] = id3;

            SetPlayerCheckpoint(playerid, 622.5705,-154.7239,28.6021 ,2.0);

    return 1;

}

// si tot asa cu else if!

// id1 - IDu' CPului. Ex. 104

// id2-3 idem.

}[/pawn]

Posted

Ti-am dat +1. Auzi, dar ce ar trebuii sa pun la id checkpointului? Orice numar vreau eu la nimereala, sau trebuie sa ma ghidez dupa ceva?

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.