SA-MP Forums Archive
Help /port - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help /port (/showthread.php?tid=343620)



Help /port - imnoob - 18.05.2012

dont work this /port to tp me in the org,bank,burg etc
Код:
if (strcmp(cmdtext, "/port", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
			if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGameMaster] >= 1)
			{
        	   	ShowPlayerDialog(playerid, 3, DIALOG_STYLE_LIST, "Teleport","Los Santos\nSan Fierro\nLas Venturas\nCivil\nBanka\nPlanina\nAerodrom\nTeretana\nBurger\nOrganizacii", "Port", "Iskluci");
        	}
			else
			{
				SendClientMessage(playerid, COLOR_WHITE, "{FF0000}GRESKA:{FFFFFF}Nemozete da ja koristite ovaa komanda.");
			}
		}
		return 1;
	}
here is


Re: Help /port - rishabh1x - 18.05.2012

incomplete


Re: Help /port - $$inSane - 18.05.2012

very bad english