Jump to content
  • 0

Ajutor !


wifi123

Question

Salut SA-MP.Ro am si eu nevoie de ajutor intr-o mica problema, am in gm comanda /gps dar merge doar sa o folosesc doar intr-un anumit loc si eu vreau sa o folosesc peste tot.Uitati liniile din pawno

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

{

    if(IsPlayerConnected(playerid))

    {

    if (PlayerToPoint(3, playerid, 1524.9498,-1583.8481,13.5469))

        {

          ShowPlayerDialog(playerid, MAPMENU, DIALOG_STYLE_LIST, "GPS Los Santos","Librarie\nArme\nCaserie\nPiata neagra\nScoala auto\nInchisoare\nBanca\nPrimarie\n24-7\nJob distribuitor\nPaintball", "Marchez", "Refuz");

          LSMap[playerid] = 1;

    }

    }

    return 1;

  }[/pawn]

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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

{

    if(IsPlayerConnected(playerid))

    {

          ShowPlayerDialog(playerid, MAPMENU, DIALOG_STYLE_LIST, "GPS Los Santos","Librarie\nArme\nCaserie\nPiata neagra\nScoala auto\nInchisoare\nBanca\nPrimarie\n24-7\nJob distribuitor\nPaintball", "Marchez", "Refuz");

          LSMap[playerid] = 1;

    }

    return 1;

  }[/pawn]

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.