08.08.2012, 14:52
Trying to make so you can put in URL link
pawn Код:
if(dialogid == 1339)
{
if(PlayerInfo[playerid][pAdministrator] >= 4)
{
new Float:aX, Float:aY, Float:aZ;
GetPlayerPos(playerid, aX, aY, aZ);
pawn Код:
else if(listitem == 5)
{
if(IsPlayerInAnyVehicle(playerid))
{
//SetPVarInt(playerid, "aURLrange");
ShowPlayerDialog(playerid, 1339, DIALOG_STYLE_INPUT, "Audio URL", "Enter Audio URL", "OK", "Cancel");
}