- 0
Problema radio
-
Similar Content
-
- 1 reply
- 289 views
-
- 1 answer
- 239 views
-
- 3 answers
- 356 views
-
- 3 replies
- 408 views
-
- 2 replies
- 40 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
PlayerConnect
Problema intalnita (descriere):Cum pot face ca toti jucatori din masina sa asculte acelas radio pe care il pune soferu?
Ero(area / rile) / warning-(ul / urile):Nu am
Liniile de cod / sursa / script-ul(obligatoriu):CMD:carradio(playerid, params[])
{
if(IsPlayerLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_RED, "Nu esti logat!");
if(!IsPlayerInAnyVehicle(playerid)) return SCM(playerid, COLOR_WHITE, "Poti asculta radio doar atunci cand te afli intr-un vehicul!");
if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER) return SCM(playerid, COLOR_WHITE, "Doar soferul poate schimba postul de radio!");
new radiostr[1024];
format(radiostr, sizeof(radiostr), "{E82727}Opreste Radio-ul\nRadio Taraf Romania\nRadio Funky Manele\nRadio Gangsta Manele\nRadio Gangsta Dance\nRadio Bandit Romania\nRadio Hot Romania\nRadio Tequila HipHop\nRadio Kiss FM\nRadio ZU Romania\nRadio Greu de Difuzat\nRadio Pro FM\nRadio ClubMix\nRadio Popular");
ShowPlayerDialog(playerid,170,DIALOG_STYLE_LIST,"Radio",radiostr,"Ok", "Iesire");
return 1;
}
Imagini / Video (optional):
Ati incercat sa rezolvati singur?: Nu stiu cum
Link to comment
Share on other sites
3 answers to this question
Recommended Posts