- 0
Problema /agoto
-
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
Mr.LeX2011
am facut si eu o comanda pentru admin mai exact pentru teleporturi,comanda este /agoto este un dialog in care admini dau dublu click pe locatia dorita si am facut comanda si nu mai stiu cum sa fac daca nu esti admin sati zica "Nu Ai Voie SA Folosesti aceasta comanda"
uitati comanda:
[pawn]
if (strcmp(cmd, "/agoto", true) == 0)
{
if(PlayerToPoint(5.0,playerid,1582.5625,-1686.9138,6.218 || PlayerToPoint(5.0,playerid,242.6930,66.4504,1003.6 406) || PlayerToPoint(5.0,playerid,1565.1204,-1666.1179,28.3956))
{
if(PlayerInfo[playerid][pAdmin] == 1 || PlayerInfo[playerid][pHelper] == 1)
{
ShowPlayerDialog(playerid, agoto, DIALOG_STYLE_LIST, "..::: Goto BlackPedia :::..", "{FF1400}LoS Santos\n{FFB400}Mountain Chiliad\n{DCDCDC}Aeroport San Fierro\n{DCDCDC}Gara San Fierro\n{DCDCDC}Plaja Los Santos\n{DCDCDC}VAMA=LS-SF-LV\n{DCDCDC}Aeroport LaS VenTuRaS\n{DCDCDC}LaS VenTuRaS", "Apasa", "Iesi");
return SendClientMessage(playerid,COLOR_GREEN,"Apasa pe locatia unde vrei sa te duci!");
}
}
}[/pawn]
8 answers to this question
Recommended Posts