Problem with this command ?
#1

Hi guys,

Just finished rescripting my radio system from scratch using the DCMD command system.
I have 1 problem. When I open my test server and type in /radio, It says unknown command.

This is the command:
pawn Код:
dcmd_radio(playerid, params[])
{
    #pragma unused params
    Audio_SetVolume(playerid, Radio[playerid], 100);
    SendClientMessage(playerid,COLOR_GREEN, "Choose a radio station to listen to.");
    ShowPlayerDialog(playerid, RADIO, DIALOG_STYLE_LIST, "Drifting Legends Radio", "{FF1400}0) BlackBeats.FM\n{FFB400}1) 977 FM (Rock)\n{DCDCDC}2) 181 FM (Rock)\n{19FF00}3) Radio Paradise\n{FF00D7}4) Metal Only\n{CD0000}5) Musik Metal\n{2800FF}6) ChroniX Aggression\n{F5FF00}7) ChroniX GRIT Radio\n{C800FF}8) Hot Jamz\n{FF6400}9) Xtreme\n{FFD200}10) Metal\n{FF3C00}11) ChroniX Metal\n{EBFF00}12) MUSIK.ROCK (EXTREME)\n{007DFF}13) 1POWER\n{00FFF0}14) Vocal Trance\n{FF000F}Radio Off", "Select", "Cancel");
    return 1;
}
Below the OnPlayerCommandText:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    dcmd(radio,5,cmdtext);
    return 0;
}

Can anyone fix this ?
Reply


Messages In This Thread
Problem with this command ? - by sniperwars - 07.03.2012, 17:53
Re: Problem with this command ? - by IstuntmanI - 07.03.2012, 18:30
Re: Problem with this command ? - by sniperwars - 07.03.2012, 18:32
Re: Problem with this command ? - by Shabi RoxX - 07.03.2012, 18:32
Re: Problem with this command ? - by sniperwars - 07.03.2012, 18:34
Re: Problem with this command ? - by Shabi RoxX - 07.03.2012, 18:38

Forum Jump:


Users browsing this thread: 1 Guest(s)