- 0
Problema compile warning/error
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
iReal.ro
//-----------------------------iReal Creaton Radio Vehicle Star Gaming-------------------- if(strcmp(cmd,"/radiocar",true)==0) { if(PlayerInfo[playerid][pDonateRank] > 1) { if(IsPlayerConnected(playerid)) { new x_nr[256]; new carid = GetPlayerVehicleID(playerid); new m; m = GetVehicleModel(carid); new string[256]; x_nr = strtok(cmdtext, idx); if(!strlen(x_nr)) { SendClientMessage(playerid, COLOR_GREEN, "_______________________________________________"); SendClientMessage(playerid, COLOR_GRAD2, "Syntax: /radiocar [name]"); SendClientMessage(playerid, COLOR_WHITE, "Available Name's: ProFm , ClubStation , ProB"); SendClientMessage(playerid, COLOR_GREEN, "_______________________________________________"); return 1; } if(strcmp(x_nr,"profm",true) == 0) { if(m != 510 || m != 481 || m != 509 || m != 522 || m != 521 || m != 448 || m != 457 || m !=461 || m != 462 || m != 468 || m != 463 || m != 471 || m != 523 || m != 530 || m != 581) { if(IsPlayerInVehicle(playerid, carid)) { PlayAudioStreamForPlayer(playerid,"http://stream.profm.ro:8012/profm.mp3"); } return 1; { else SCM(playerid, COLOR_CRS3," ** Nu esti in masina pentru a asculta radio."); return 1; } { else SCM(playerid, COLOR_CRS3, "** Acest vehicul nu poate folosi radio."); return 1; } } } if(strcmp(x_nr,"clubstation",true) == 0) { if(m != 510 || m != 481 || m != 509 || m != 522 || m != 521 || m != 448 || m != 457 || m !=461 || m != 462 || m != 468 || m != 463 || m != 471 || m != 523 || m != 530 || m != 581) { if(IsPlayerInVehicle(playerid, carid)) { PlayAudioStreamForPlayer(playerid,"http://asculta.radio-conect.net:8000/listen.pls"); } return 1; { else SCM(playerid, COLOR_CRS3," ** Nu esti in masina pentru a asculta radio."); return 1; } { else SCM(playerid, COLOR_CRS3, "** Acest vehicul nu poate folosi radio."); return 1; } } } if(strcmp(x_nr,"prob",true) == 0) { if(m != 510 || m != 481 || m != 509 || m != 522 || m != 521 || m != 448 || m != 457 || m !=461 || m != 462 || m != 468 || m != 463 || m != 471 || m != 523 || m != 530 || m != 581) { if(IsPlayerInVehicle(playerid, carid)) { PlayAudioStreamForPlayer(playerid,"http://live128.radioprob.ro:9999/listen.pls"); } return 1; { else SCM(playerid, COLOR_CRS3," ** Nu esti in masina pentru a asculta radio."); return 1; } { else SCM(playerid, COLOR_CRS3, "** Acest vehicul nu poate folosi radio."); return 1; } } } } { else SCM(playerid, COLOR_CRS3," ** You don't have a Premium Account."); } } return 1; } //-------------------------------END iREAL STAR GAMING RADIO---------------------------Erorile suntMulte vin de la
{
else
Ajutatima va rog frumos , multumesc !
8 answers to this question
Recommended Posts