- 0
Ajutor !
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
wifi123
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]
2 answers to this question
Recommended Posts