Jump to content
  • 0

Question

7 answers to this question

Recommended Posts

Posted

[pawn]if(strcmp(cmdtext, "/poartanfs", true) == 0)

    {

        MoveObject(poartanfs, 1287.4000200, -2056.6999500, 46.2000000, 5.5);

        SendClientMessage(playerid, 0xFF000000, "Ai deschis poarta factiunii NFS Club", string);

        SetTimer("GateClose", 6000, 0);

        return 1;

    }[/pawn]

[email protected] - Orice mapa doriti , add me !

Posted

Am modficat acum functia GateClose asa :

[pawn]public GateClose()

{

    MoveObject (vama1,68.328880, -1526.939087, 7.015985, 2.5);

    MoveObject (vama2,67.909485, -1541.125732, 7.076734, 2.5);

    MoveObject (poartanfs, 1287.4000200, -2056.6999500, 60.4000000, 2.5);

    MoveObject (poartatcc, -489.1000100, -562.2999900, 27.1000000, 2.5);

    return 1;

}[/pawn]

Inainte era asa :

[pawn]public GateClose()

{

    MoveObject (vama1,68.328880, -1526.939087, 7.015985, 2.5);

    MoveObject (vama2,67.909485, -1541.125732, 7.076734, 2.5);

    return 1;

}[/pawn]

Coordonatele pe care le-am pus dupa poartatcc sunt cele in care poarta sta ridicata , e bine ?

[email protected] - Orice mapa doriti , add me !

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.