Define
#9

Quote:

if(strcmp(cmd,"/radio", true) == 0)
{
if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGameShark] >= 1)
{
ShowPlayerDialog(playerid, RADIODIALOG , DIALOG_STYLE_INPUT, "Muzika","{FFFFFF}Vnesete go {009BFF}Linkot{FFFFFF} od radio stanicata:", "Ok", "Izlezi");
}
else
{
SendClientMessage(playerid,COLOR_WHITE,"{FF4040}GR ESKA:{FFFFFF}Ne ste Ovlasteni za Ovaa Komanda.");
}
return 1;
}

The Command
Quote:

if(dialogid == RADIODIALOG) //
{
if(response)
{
if(IsPlayerConnected(playerid))
{
PlayAudioStreamForPlayer(playerid, inputtext);
}
return 1;
}
}

the public and on the top defined !
Reply


Messages In This Thread
Define - by 3RoR - 14.04.2012, 11:19
Re: Define - by .FuneraL. - 14.04.2012, 13:11
Re: Define - by Shetch - 14.04.2012, 13:12
Re: Define - by .FuneraL. - 14.04.2012, 13:14
Re: Define - by park4bmx - 14.04.2012, 13:14
Re: Define - by 3RoR - 14.04.2012, 14:29
Re: Define - by 3RoR - 14.04.2012, 14:37
Re: Define - by park4bmx - 14.04.2012, 15:16
Re: Define - by 3RoR - 14.04.2012, 15:17
Re: Define - by park4bmx - 14.04.2012, 15:30

Forum Jump:


Users browsing this thread: 1 Guest(s)