Jump to content
  • 0

Intrebare key R.


Bogdan's

Question

Problema intalnita (descriere): Salutare,mai am o intrebare si anume stiti ca pe anumite servere din Romania,apesi pe R din masina si se duce la radio automat,cum pot face si eu chestia asta,adica am facut tot alea dar nu am gasit R-ul in Keys de pe wiki asa ca am pus pe alta tasta,imi poate explica cineva cum pot pune Radioul pe R?Care este codul de la R?
Ero(area / rile) / warning-(ul / urile):
Liniile de cod / sursa / script-ul(obligatoriu):

if (PRESSED(KEY_LOOK_RIGHT))
    {
        if (IsPlayerInAnyVehicle(playerid))
        {
       	if(IsPlayerInAnyVehicle(playerid))ShowPlayerDialog(playerid, 11221 , DIALOG_STYLE_LIST, "Radio.", "ProFM\nRadio Taraf\nRadio Hit\nRadio Mafia\nRadio Greu de Difuzat\nRadio Lautaru\nRadio Star DJ\nRadio Music \nRadio Fun\nRadio Kiss FM\nOpreste muzica", "Ok", "Cancel");
        else SendClientMessage(playerid,0x00FF00AA,"Radio stopped.");StopAudioStreamForPlayer(playerid);
        }
    }

Momentan functioneaza pe E.
Imagini / Video (optional):
Ati incercat sa rezolvati singur?:

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

 

if (PRESSED(KEY_CTRL_BACK))
    {
        if (IsPlayerInAnyVehicle(playerid))
        {
       	if(IsPlayerInAnyVehicle(playerid))ShowPlayerDialog(playerid, 11221 , DIALOG_STYLE_LIST, "Radio.", "ProFM\nRadio Taraf\nRadio Hit\nRadio Mafia\nRadio Greu de Difuzat\nRadio Lautaru\nRadio Star DJ\nRadio Music \nRadio Fun\nRadio Kiss FM\nOpreste muzica", "Ok", "Cancel");
        else SendClientMessage(playerid,0x00FF00AA,"Radio stopped.");StopAudioStreamForPlayer(playerid);
        }
    }
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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.