Jump to content

xt3z0ne

Membru
  • Posts

    168
  • Joined

  • Last visited

    Never

Everything posted by xt3z0ne

  1. Edit eu am deja :| cum mi-ai spus tu //-------------------------------------------------------------------------- new userid, SKRSA[30], SKRSM[30]; //-------------------------------------------------------------------------- BUD::GetStringEntry(userid, "SAdmin", SKRSA, 30); sscanf(SKRSA, "p</>i", pinfo[playerid][SAdmin]); //-------------------------------------------------------------------------- BUD::GetStringEntry(userid, "Sminigun", SKRSM, 30); sscanf(SKRSM, "p</>i", pinfo[playerid][Sminigun]); //--------------------------------------------------------------------------
  2. Hmm poti sa imi explici cum adica dupa scanff:-??
  3. Vai copil copac care se uita la filme xxx si da pe la-* Vrei sa pun si poza. 1 nam chef de copil copac ca tine.
  4. PS: Ph0eniX Ti-am furat numele PS1: Uzzy vino si zi ca mam luat dupa tine;))
  5. Nick:Johnny Problema:Deci am niste probleme cu niste cu comenzile la vip Erori / warnings:[pawn] D:\Games\DDSIDM~1\FILTER~1\LuxAdmin.pwn(659) : warning 213: tag mismatch D:\Games\DDSIDM~1\FILTER~1\LuxAdmin.pwn(6450) : warning 213: tag mismatch D:\Games\DDSIDM~1\FILTER~1\LuxAdmin.pwn(6463) : warning 213: tag mismatch D:\Games\DDSIDM~1\FILTER~1\LuxAdmin.pwn(6660) : error 017: undefined symbol "viptime" D:\Games\DDSIDM~1\FILTER~1\LuxAdmin.pwn(6660) : error 029: invalid expression, assumed zero D:\Games\DDSIDM~1\FILTER~1\LuxAdmin.pwn(6660) : error 029: invalid expression, assumed zero D:\Games\DDSIDM~1\FILTER~1\LuxAdmin.pwn(6660) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. [/pawn] Lini/script:[pawn] Linia 659 AccInfo[playerid][pColor] = 0; Linia 6450 AccInfo[playerid][pColor] = GetPlayerColor(playerid); Linia 6463 SetPlayerColor(playerid, AccInfo[playerid][pColor]); Linia 6660 if((gettime() - viptime[playerid]) < 300) return [/pawn] Ai incercat sa rezolvi singur ?:help:((( Astea sunt comenzile [pawn] CMD:invisible(playerid,params[]) { if(AccInfo[playerid][pVip] > 2) { if(AccInfo[playerid][Hide] == 0) { AccInfo[playerid][pColor] = GetPlayerColor(playerid); SetPlayerColor(playerid, 0xFFFFFF00); GameTextForPlayer(playerid, "~n~~n~~n~~n~~g~Invisible!",2500,3); AccInfo[playerid][Hide] = 1; if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER) { new int1 = GetPlayerInterior(playerid); LinkVehicleToInterior(GetPlayerVehicleID(playerid),int1+1); } return 1; } else if(AccInfo[playerid][Hide] == 1) { SetPlayerColor(playerid, AccInfo[playerid][pColor]); GameTextForPlayer(playerid, "~n~~n~~n~~n~~b~Visible!",2500,3); AccInfo[playerid][Hide] = 0; if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER) { new int1 = GetPlayerInterior(playerid); LinkVehicleToInterior(GetPlayerVehicleID(playerid),int1); } return 1; } return 1; } else return SendClientMessage(playerid, red, "ERROR: You need Silver VIP rank to use this command."); } [/pawn] Si [pawn] CMD:monster(playerid, params[]) { new Float:x, Float:y, Float:z, Float:angle, veh; //-------------------------------------------------------------------------- if((gettime() - viptime[playerid]) < 300) return SendClientMessage(playerid, red, "ERROR: You can use this command only once at every 5 minutes!"); //-------------------------------------------------------------------------- else { if(AccInfo[playerid][pVip] > 3) { //------------------------------------------------------------------ GetPlayerPos(playerid, x, y, z); GetPlayerFacingAngle(playerid, angle); //------------------------------------------------------------------ if(IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, red, "ERROR: You allready have a vehicle!"); //------------------------------------------------------------------ if(AccInfo[playerid][pCar] != -1) EraseVeh(AccInfo[playerid][pCar]); //------------------------------------------------------------------ veh = CreateVehicle(432, x, y, z, angle, -1, -1, -1); PutPlayerInVehicle(playerid, veh, 0); SetVehicleVirtualWorld(veh, GetPlayerVirtualWorld(playerid)); LinkVehicleToInterior(veh, GetPlayerInterior(playerid)); ChangeVehicleColor(veh,1,1); RemoveVipObjects(playerid); //------------------------------------------------------------------ vcars[playerid][VTank] = 1; //------------------------------------------------------------------ if(vcars[playerid][VTank] == 1) { //-------------------------------------------------------------- VTObj[playerid][0] = CreateObject(2985,0,0,-1000,0,0,0,100); VTObj[playerid][1] = CreateObject(2985,0,0,-1000,0,0,0,100); VTObj[playerid][2] = CreateObject(18647,0,0,-1000,0,0,0,100); VTObj[playerid][3] = CreateObject(18647,0,0,-1000,0,0,0,100); VTObj[playerid][4] = CreateObject(18646,0,0,-1000,0,0,0,100); VTObj[playerid][5] = CreateObject(18646,0,0,-1000,0,0,0,100); VTObj[playerid][6] = CreateObject(18694,0,0,-1000,0,0,0,100); VTObj[playerid][7] = CreateObject(18694,0,0,-1000,0,0,0,100); //-------------------------------------------------------------- AttachObjectToVehicle(VTObj[playerid][0], veh, 1.650000,3.450001,0.375000,0.000000,0.000000,89.099983); AttachObjectToVehicle(VTObj[playerid][1], veh, -1.575000,3.450001,0.375000,0.000000,0.000000,89.099983); AttachObjectToVehicle(VTObj[playerid][2], veh, 1.800000,0.000000,0.000000,0.000000,0.000000,0.000000); AttachObjectToVehicle(VTObj[playerid][3], veh, -1.950000,0.000000,0.000000,0.000000,0.000000,0.000000); AttachObjectToVehicle(VTObj[playerid][4], veh, -1.125000,-3.900001,1.125000,0.000000,0.000000,0.000000); AttachObjectToVehicle(VTObj[playerid][5], veh, 1.199999,-3.900001,1.049999,0.000000,0.000000,0.000000); AttachObjectToVehicle(VTObj[playerid][6], veh, 1.500000,-2.475000,-2.475000,0.000000,0.000000,180.899887); AttachObjectToVehicle(VTObj[playerid][7], veh, -1.725000,-2.475000,-2.475000,0.000000,0.000000,180.899887); //-------------------------------------------------------------- } viptime[playerid] = gettime(); AccInfo[playerid][pCar] = veh; } else return SendClientMessage(playerid, red, "ERROR: You need Gold VIP rank to use this command."); } return 1; } [/pawn] Nam incercat pentru ca nu imi dau seama
  6. Nick:Johnny Problema:Deci am facut 2 chesti in sql da nu prea stiu bine sql treaba este ca nu imi urca in baza de date numele SAdmin si Special Minigun nu stiu ce sai mai fac.. Erori / warnings:Nu am erori am facut asa Lini/script: lA OnFilterScriptInit() AM PUS[pawn] BUD::Setting(opt.Database, "LuxAdmin/Others.db"); BUD::Setting(opt.Asynchronous, true); BUD::Setting(opt.KeepAliveTime, 3000); BUD::Setting(opt.CheckForUpdates, true); BUD::Initialize(); //======================================================= BUD::VerifyColumn("SAdmin", BUD::TYPE_STRING); BUD::VerifyColumn("Sminigun", BUD::TYPE_STRING); [/pawn] La public OnPlayerConnect(playerid) Am pus[pawn] pinfo[playerid][sAdmin] = 0; pinfo[playerid][sminigun] = 0; [/pawn] La LoginPlayer(playerid) am pus [pawn] //-------------------------------------------------------------------------- new userid, SKRSA[30], SKRSM[30]; //-------------------------------------------------------------------------- BUD::GetStringEntry(userid, "SAdmin", SKRSA, 30); sscanf(SKRSA, "p</>i", pinfo[playerid][sAdmin]); //-------------------------------------------------------------------------- BUD::GetStringEntry(userid, "Sminigun", SKRSM, 30); sscanf(SKRSM, "p</>i", pinfo[playerid][sminigun]); //-------------------------------------------------------------------------- [/pawn] La SavePlayerStats(playerid) am pus [pawn] new userid, SKRSA[30], SKRSM[30]; //-------------------------------------------------------------------------- format(SKRSA, 30, "%d", pinfo[playerid][sAdmin]); BUD::SetStringEntry(userid, "SAdmin", SKRSA); //-------------------------------------------------------------------------- format(SKRSM, 30, "%d", pinfo[playerid][sminigun]); BUD::SetStringEntry(userid, "Sminigun", SKRSM); //------------------------------------------------- [/pawn] Si cam atat am facut si mai este comenzile .: Ai incercat sa rezolvi singur ?: Aveti si pentru mine vreo rezolvare:|
  7. ai schimbat mysql33 si daia
  8. Pai am scos sstunts si am pus sss
  9. Am uitat sa mai dau edit a fost rezolvat
  10. Nick:Johnny Problema:Deci am fs-u lui geoip si vreau sa scot ceva din OnPlayerConnect dar nu pot + cand am pus Country la stats imi da o eroare numita Country Erori / warnings:[pawn]D:\Games\DDSIDM~1\FILTER~1\LuxAdmin.pwn(1846) : error 017: undefined symbol "Country" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Errors.[/pawn] Lini/script:[pawn] new Country[256]; GetPlayerCountry(playerid,Country); new mess[256],IP[256]; GetPlayerIp(playerid,IP,sizeof(IP)); format(mess,sizeof(mess),"%s has joined the server. [ Country: %s | IP Address: %s | Ping: %i ]",GetPName(playerid),Country,IP,GetPlayerPing(playerid)); printf(mess); SendClientMessageToAll(COLOR_JOIN,mess); [/pawn] Iar asta este problema la stats [pawn] format(str, sizeof(str), "%s{00aeff}Country: {ffffff}%s\n\n", str, Country,GetPName(playerid),IP,GetPlayerPing(playerid)); [/pawn] Deci asta este la OPC nu vreau sa mai apara Scrisu cand intra pe sv Ai incercat sa rezolvi singur ?:Habar nam ce sa-i fac:-//
  11. Salut frumos stunt sistem chiar am sal folosesc am sai pun si un stunt point. Dar sa fim sinceri ati luat stunturile din rrs Edit nu pot sal copiliez:| Dau copi. Si ramane asa:|
  12. sa sti ca merge cu conectare ftp
  13. daca este Rssv2 dute in radmin si cauta textdraw si sterge
  14. Nume:Johnny Nume tutorial:SQLITE TO website Descriere:Deci vreau sa iau datele dela un createclan gen Nume: Point`s: Sa ia datele cu conectare la ftp. Ma intelegeti voi:)
  15. Man eu am asa. #include <a_samp> // Credits goes to SA-MP team. #include <YSI\y_ini> #include <sscanf2> #include <zcmd> #if defined FILTERSCRIPT #define LIME 0x88AA62FF #define PATH "/Users/%s.ini" // the path where EXP and LEVEL data will be stored. forward ScoreUpdate(); forward PayDay(playerid); forward PlayerPlayMusic(playerid); forward StopMusic(); enum PlayerInfo { Level, Exp }; new PlayerInfo[MAX_PLAYERS][pInfo]; new ScoreOld; new levelexp = 1; public OnFilterScriptInit() { print("\n--------------------------------------"); print(" Blank Filterscript by your name here"); print("--------------------------------------\n"); SetTimer("PayDay",360000,1);// 360000 = 1 hr.. you can change it. SetTimer("ScoreUpdate", 1000, 1); // Do not change it. return 1; } public OnFilterScriptExit() { return 1; } #else main() { print("\n----------------------------------"); print(" Blank Gamemode by your name here"); print("----------------------------------\n"); } #endif public OnPlayerConnect(playerid) { PlayerInfo[playerid][Level] = 1; // As soon as player connects, It will set his/her level to 1. PlayerInfo[playerid][Exp] = 0; // Exp to 0. return 1; } public OnPlayerDisconnect(playerid, reason) { new INI:File = INI_Open(UserPath(playerid)); INI_SetTag(File,"data"); INI_WriteInt(File,"Level",PlayerInfo[playerid][Level]); INI_WriteInt(File,"Exp",PlayerInfo[playerid][Exp]); INI_Close(File); return 1; } COMMAND:levelup(playerid,params[]) { new string[30]; if(IsPlayerConnected(playerid) == 1) { new points[248]; new nxtlevel = PlayerInfo[playerid][Level]+1; new expamount = nxtlevel*levelexp; if(PlayerInfo[playerid][Exp] < expamount) { format(points,sizeof(points)," You need [%d] Exp Points in order to level up, You currently have [%d]",expamount,PlayerInfo[playerid][Exp]); SendClientMessage(playerid,LIME,points); return 1; } else { PlayerInfo[playerid][Exp] = 0; PlayerInfo[playerid][Level]++; format(string,sizeof(string),"~g~Your now level:[%d]",PlayerInfo[playerid][Level]); GameTextForPlayer(playerid,string,6000,1); return 1; } } return 1; } COMMAND:stats(playerid,params[]) { new string2[200]; new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); format(string2,sizeof(string2),"Name: %s \nLevel: %d\nExp: %d",name,PlayerInfo[playerid][Level],PlayerInfo[playerid][Exp]); ShowPlayerDialog(playerid,DIALOG_STATS,DIALOG_STYLE_MSGBOX,"Player Stats",string2,"Close",""); return 1; } forward LoadUser_data(playerid,name[],value[]); public LoadUser_data(playerid,name[],value[]) { INI_Int("Level",PlayerInfo[playerid][Level]); INI_Int("Exp",PlayerInfo[playerid][Exp]); return 1; } stock UserPath(playerid) { new string[128],playername[MAX_PLAYER_NAME]; GetPlayerName(playerid,playername,sizeof(playername)); format(string,sizeof(string),PATH,playername); return string; } public ScoreUpdate() { new Score; new name[MAX_PLAYER_NAME]; //new string[256]; for(new i=0; i<MAX_PLAYERS; i++) { if (IsPlayerConnected(i)) { GetPlayerName(i, name, sizeof(name)); Score = PlayerInfo[i][Level]; SetPlayerScore(i, Score); if (Score > ScoreOld) { ScoreOld = Score; } } } } public PayDay(playerid) { for (new i; i < MAX_PLAYERS; i++) { if (IsPlayerConnected(i)) { new nxtlevel = PlayerInfo[playerid][Level]; new payday = nxtlevel*0; GivePlayerMoney(i,payday); PlayerInfo[playerid][Exp]++; GameTextForPlayer(i," ~p~ PayDay",6,5000); PlayerPlayMusic(playerid); } } } public PlayerPlayMusic(playerid) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { SetTimer("StopMusic", 5000, 0); PlayerPlaySound(i, 1068, 0.0, 0.0, 0.0); } } } public StopMusic() { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { PlayerPlaySound(i, 1069, 0.0, 0.0, 0.0); } } } Si am PlayerInfo :| enum PlayerInfo { Level, Exp }; Ai vreo rezolvare?
  16. Nick:Johnny Problema:Am o problema cu pInfo dar nu inteleg dece :| Erori / warnings:[pawn] D:\Games\DDSIDM~1\FILTER~1\LevelUp.pwn(53) : error 017: undefined symbol "PlayerInfo" D:\Games\DDSIDM~1\FILTER~1\LevelUp.pwn(53) : warning 215: expression has no effect D:\Games\DDSIDM~1\FILTER~1\LevelUp.pwn(53) : error 001: expected token: ";", but found "]" D:\Games\DDSIDM~1\FILTER~1\LevelUp.pwn(53) : error 029: invalid expression, assumed zero D:\Games\DDSIDM~1\FILTER~1\LevelUp.pwn(53) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. [/pawn] Lini/script:[pawn] PlayerInfo[playerid][Level] = 1; [/pawn] Ai incercat sa rezolvi singur ?:Da dar nu am reusit nimic.
  17. Revin maine cu edit ca ma bag la somn Rezolvat
  18. Alo baiatu? Chiar daca mai scriu si gresesc le fac dupa telefon poate mai multi gresesc cand scriu dupa telefon. A da pe cine pacalesti tu cu ala? Sign?Te lauzi ca sti mysql dovedeste ca sti;) Nu sa aduci un wos edit si gata e facut de tine dela 0. Iar eu ti-am dovedit cat de usor e sa faci un banal radio sistem. Iar eu ti-am dovedit cal voi face ca pe rss.Shh. Ultimu post Aici
  19. Tu ai candit macar cand ai postat?Ti-am dat pm cu te pricepi in scripting ca am vazut ca ai postat acolo la mine omg ce om inap.Seby tu habar nai de tine vrei poze cand cerseai la mine ucp si la maxxx player stats nici sa pui text pe imagine nu sti.Revin cu edit cand ajung acasaEDIT: La public OnDialogResponse Pune if(dialogid == 300) { if(response) { switch(listitem) { case 0: StopAudioStreamForPlayer(playerid); } if(listitem == 1) { ShowPlayerDialog(playerid,302,DIALOG_STYLE_LIST,"{CCCCCC}Radio - Romania",ShowMp32(),"Select", "Close"); } if(listitem == 2) { ShowPlayerDialog(playerid,303,DIALOG_STYLE_LIST,"{CCCCCC}Radio - International", ShowMp33(),"Select", "Close"); } if(listitem == 3) { ShowPlayerDialog(playerid,304,DIALOG_STYLE_LIST,"{CCCCCC}Pop - Dance - Latin - Club",ShowMp34(),"Select", "Close"); } if(listitem == 4) { ShowPlayerDialog(playerid,305,DIALOG_STYLE_LIST,"{CCCCCC}Rock", ShowMp35(),"Select", "Close"); } if(listitem == 5) { ShowPlayerDialog(playerid,306,DIALOG_STYLE_LIST,"{CCCCCC}Hip-Hop - Rap", ShowMp36(),"Select", "Close"); } if(listitem == 6) { ShowPlayerDialog(playerid,307,DIALOG_STYLE_LIST,"{CCCCCC}Dubstep - Drum n Base",ShowMp37(),"Select", "Close"); } if(listitem == 7) { ShowPlayerDialog(playerid,308,DIALOG_STYLE_LIST,"{CCCCCC}Romanian Music",ShowMp38(),"Select", "Close"); } if(listitem == 8) { ShowPlayerDialog(playerid,309,DIALOG_STYLE_LIST,"{CCCCCC}House - Electric - Digital",ShowMp39(),"Select", "Close"); } if(listitem == 9) { ShowPlayerDialog(playerid,310,DIALOG_STYLE_LIST,"{CCCCCC}Reggae - Dub - Chillout",ShowMp310(),"Select", "Close"); } } } //-------------------------------------------------------------------------- //-------------------------------------------------------------------------- if(dialogid == 302) { if(response) { switch(listitem) { //-------------------------------------------------------------- case 0: PlayAudioStreamForPlayer(playerid, "http://www.radiowish.ro/live.m3u"); case 1: PlayAudioStreamForPlayer(playerid, "http://www.radio-hit.ro/asculta.m3u"); case 2: PlayAudioStreamForPlayer(playerid, "http://stream.profm.ro:8012/profm.mp3"); case 3: PlayAudioStreamForPlayer(playerid, "http://www.radiodiz.com/livediz.m3u"); //-------------------------------------------------------------- } } } //-------------------------------------------------------------------------- if(dialogid == 304) { if(response) { switch(listitem) { //-------------------------------------------------------------- case 0: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/a3xx4f48n08t2x2/Jason%20DeRulo%20Feat.%202%20Chainz%20-%20Talk%20Dirty-www.manomuzika.net.mp3"); case 1: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/7sj9u2se703h2sc/filehost_P!nk feat. Lily Allen - True Love %40 www.Nebunie-Mp3.Net.mp3"); case 2: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/ky8d6fxsdkybw7z/Ma%C3%AEtre%20Gims%20-%20Bella%20.mp3"); case 3: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/wycvl4psxf0gdxg/filehost_LORDE - Royals[muzica.online4.org].mp3"); case 4: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/qra9y5hiprnai39/fileshare_Professor Green - Read All About It ft. Emeli Sande.mp3"); case 5: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/i2wncxrsvr345ah/J Balvin - Yo Te Lo Dije (Radio Edit) by www.RadioFLy.ws.mp3"); case 6: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/yfolv953iebzelx/Kim Cesarion-Undressed.mp3"); case 7: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/ljmg0yld684hs93/www.musicbaku.com_Britney_Spears_-_Work_Bitch.mp3"); case 8: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Pop%20%7c%20Dance%20%7c%20Club/Bob%20Taylor%20-%20Damelo.mp3"); case 9: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Pop%20%7c%20Dance%20%7c%20Club/Flo%20Rida%20-%20How%20I%20Feel.mp3"); case 10: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Pop%20%7c%20Dance%20%7c%20Club/Sonny%20Flame%20-%20Loca%20Pasion.mp3"); //-------------------------------------------------------------- } } } //-------------------------------------------------------------------------- if(dialogid == 305) { if(response) { switch(listitem) { //-------------------------------------------------------------- case 0: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Rock/Godsmack%20-%20I%20Stand%20Alone.mp3"); case 1: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Rock/Guns%20N'%20Roses%20-%20Don't%20Cry.mp3"); case 2: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Rock/Iron%20Maiden%20-%20Fear%20of%20the%20Dark.mp3"); case 3: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Rock/KISS%20-%20I%20Love%20It%20Loud.mp3"); //-------------------------------------------------------------- } } } //-------------------------------------------------------------------------- if(dialogid == 306) { if(response) { switch(listitem) { //-------------------------------------------------------------- case 0: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Rap%20%7c%20Hip-Hop/2%20Chainz%20-%20We%20Own%20It%20%20ft.%20Wiz%20Khalifa.mp3"); case 1: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Rap%20%7c%20Hip-Hop/Grifts%20-%20My%20Life%20Be%20Like%20ft.%202pac%20and%20Xzibit%20(remix).mp3"); case 2: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Rap%20%7c%20Hip-Hop/Jason%20Derulo%20(Ft.%202%20Chainz)%20-%20Talk%20Dirty.mp3"); case 3: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Rap%20%7c%20Hip-Hop/JJ%20-%20Still%20Dre%20(Dr.%20Dre%20ft.%20Snoop%20Dogg).mp3"); case 4: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Romania%20Super%20Stunt%20-%20Gangs/Thug%204%20Life.mp3"); //-------------------------------------------------------------- } } } //-------------------------------------------------------------------------- if(dialogid == 307) { if(response) { switch(listitem) { //-------------------------------------------------------------- case 0: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Dubstep/DJ%20Fresh%20-%20Louder%20(Doctor%20P%20and%20Flux%20Pavilion%20Remix).mp3"); case 1: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Dubstep/Dream%20-%20Warlord%20VIP.mp3"); case 2: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Dubstep/Ed%20Sheeran%20-%20Drunk%20(Doctor%20P%20Remix).mp3"); case 3: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Dubstep/Kendrick%20Lamar%20-%20M.A.A.D.%20City%20(Eprom%20Remix).mp3"); //-------------------------------------------------------------- } } } //-------------------------------------------------------------------------- if(dialogid == 308) { if(response) { switch(listitem) { //-------------------------------------------------------------- case 0: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/xxxkonjrgn9v378/Amna%20feat.%20What%27s%20Up%20-%20Arme%20%28Download%29.mp3"); case 1: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/of65ocjm0f24ci7/Anda%20Adam%20-%20Daca%20ar%20fi%20%28Original%20Radio%20Edit%29.mp3"); case 2: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/f0n15latllypqv1/Anya%20feat%20Matteo%20-%20In%20ochii%20mei%20music-team.net.mp3"); case 3: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/pv6at6wg5mnpuwp/Cabron%20feat.%20Smiley%20si%20Guess%20Who%20-%20Da-o%20Tare%20%28Zippy%29.mp3"); case 4: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/iv0fl6kbydvkrh1/Elena%20Gheorghe%20feat.%20JJ%20-%20Pana%20dimineata%20%28Original%20Radio%20Edit%29%20Mp3World.Lt.mp3"); case 5: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/g4q5mpc8kicefwj/filehost_Mandinga%20Feat.%20Glance%20-%20Cinema.mp3"); case 6: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/rt2xr44j8g5rpb6/girlshare.ro_Adda%20-%20Iti%20Arat%20Ca%20Pot%20%28Original%20Radio%20Edit%29%20%5B%40%20Rostfery%20%26%20www.Dobridor.Hi2.Ro%20%5D.mp3"); case 7: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/vohu59uqrnymue2/Grasu%20XXL%20feat.%20Ami%20-%20Deja%20Vu%20%28Zippy%29.mp3"); case 8: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/mjd97p5ll0rjj5o/Neylini%20feat%20Muneer%20-%20Te%20iubesc.mp3"); case 9: PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/2xlm25kq08z2txc/Smiley%20-%20Acasa%202013.mp3"); //-------------------------------------------------------------- } } } //-------------------------------------------------------------------------- if(dialogid == 309) { if(response) { switch(listitem) { //-------------------------------------------------------------- case 0: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20House%20%7c%20Electronic/Avicii%20-%20Levels.mp3"); case 1: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20House%20%7c%20Electronic/Dave%20Spoon%20-%20At%20Night.mp3"); case 2: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20House%20%7c%20Electronic/David%20Guetta%20-%20Grrrr.mp3"); case 3: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20House%20%7c%20Electronic/David%20Guetta%20-%20Play%20Hard%20(ft.%20Akon%20and%20Ne-yo).mp3"); //-------------------------------------------------------------- } } } //-------------------------------------------------------------------------- if(dialogid == 310) { if(response) { switch(listitem) { //-------------------------------------------------------------- case 0: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Reggae%20%7c%20Dub%20%7c%20Chillout/Alpha%20and%20Omega%20-%20Who%20Jah%20Bless.mp3"); case 1: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Reggae%20%7c%20Dub%20%7c%20Chillout/Dubzoic%20-%20Feel%20Complete.mp3"); case 2: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Reggae%20%7c%20Dub%20%7c%20Chillout/Panda%20Dub%20-%20Who%20Am%20I.mp3"); case 3: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Reggae%20%7c%20Dub%20%7c%20Chillout/Queen%20Ifrica%20-%20Daddy.mp3"); case 4: PlayAudioStreamForPlayer(playerid, "http://www.serveresamp.ro/muzica-server/Music%20-%20Reggae%20%7c%20Dub%20%7c%20Chillout/Rebelsteppa%20-%20%20Africa.mp3"); //-------------------------------------------------------------- } } } Ori unde in gm pune CMD:mp3(playerid, params[]) { ShowPlayerDialog(playerid,300,DIALOG_STYLE_LIST,"{CCCCCC}MP3 Music", ShowMp3(),"Select", "Close"); return 1; } Si jos de tot pune asta stock ShowMp3() { new Mp3[712]; //-------------------------------------------------------------------------- strcat(Mp3, "{FF0000}Opreste Muzica\n"); strcat(Mp3, "{00FFCC}Radio - Romania\n"); strcat(Mp3, "{00FFCC}Radio - International\n"); strcat(Mp3, "{00FFCC}Pop - Dance - Latin - Club\n"); strcat(Mp3, "{00FFCC}Rock\n"); strcat(Mp3, "{00FFCC}Hip-Hop - Rap\n"); strcat(Mp3, "{00FFCC}Dubstep - Drum n Base\n"); strcat(Mp3, "{00FFCC}Romanian Music\n"); strcat(Mp3, "{00FFCC}House - Electric - Digital\n"); strcat(Mp3, "{00FFCC}Reggae - Dub - Chillout\n"); //-------------------------------------------------------------------------- return Mp3; } //------------------------------------------------------------------------------ stock ShowMp32() { new Mp32[712]; //-------------------------------------------------------------------------- strcat(Mp32, "{FF0000}1. {FFFFFF}RadioWISH\n"); strcat(Mp32, "{FF0000}2. {FFFFFF}Radio HIT FM\n"); strcat(Mp32, "{FF0000}4. {FFFFFF}ProFM\n"); strcat(Mp32, "{FF0000}4. {FFFFFF}Radio Diz\n"); //-------------------------------------------------------------------------- return Mp32; } //------------------------------------------------------------------------------ stock ShowMp33() { new Mp33[712]; //-------------------------------------------------------------------------- strcat(Mp33, "{CCCCCC}------------------------------\n"); //-------------------------------------------------------------------------- return Mp33; } //------------------------------------------------------------------------------ stock ShowMp34() { new Mp34[712]; //-------------------------------------------------------------------------- strcat(Mp34, "{FF0000}1. {FFFFFF}Jason Derulo feat. 2 Chainz - Talk Dirty\n"); strcat(Mp34, "{FF0000}2. {FFFFFF}Pink feat. Lily Allen - True Love\n"); strcat(Mp34, "{FF0000}3. {FFFFFF}Maitre Gims - Bella\n"); strcat(Mp34, "{FF0000}4. {FFFFFF}Lorde - Royals\n"); strcat(Mp34, "{FF0000}5. {FFFFFF}Professor Green feat. Emeli Sande - Read All About It\n"); strcat(Mp34, "{FF0000}6. {FFFFFF}J. Balvin - Yo Te Lo Dije\n"); strcat(Mp34, "{FF0000}7. {FFFFFF}Kim Cesarion - Undressed\n"); strcat(Mp34, "{FF0000}8. {FFFFFF}Britney Spears - Work Bitch\n"); strcat(Mp34, "{FF0000}9. {FFFFFF}Bob Taylor - Damelo\n"); strcat(Mp34, "{FF0000}10.{FFFFFF}Flo Rida - How I Feel\n"); strcat(Mp34, "{FF0000}11. {FFFFFF}Sonny Flame - Loca Pasion\n"); //-------------------------------------------------------------------------- return Mp34; } //------------------------------------------------------------------------------ stock ShowMp35() { new Mp35[712]; //-------------------------------------------------------------------------- strcat(Mp35, "{FF0000}1. {FFFFFF}Godsmack - I Stand Alone\n"); strcat(Mp35, "{FF0000}2. {FFFFFF}Guns N' Roses - Don't Cry\n"); strcat(Mp35, "{FF0000}3. {FFFFFF}Iron Maiden - Fear of the Dark\n"); strcat(Mp35, "{FF0000}4. {FFFFFF}KISS - I Love It Loud\n"); //-------------------------------------------------------------------------- return Mp35; } //------------------------------------------------------------------------------ stock ShowMp36() { new Mp36[712]; //-------------------------------------------------------------------------- strcat(Mp36, "{FF0000}1. {FFFFFF}2 Chainz - We Own It ft. Wiz Khalifa\n"); strcat(Mp36, "{FF0000}2. {FFFFFF}Grifts - My Life Be Like ft. 2pac and Xzibit (remix)\n"); strcat(Mp36, "{FF0000}3. {FFFFFF}JJ - Still Dre (Dr. Dre ft. Snoop Dogg)\n"); strcat(Mp36, "{FF0000}4. {FFFFFF}Jason Derulo (Ft. 2 Chainz) - Talk Dirty\n"); strcat(Mp36, "{FF0000}5. {FFFFFF}Tupac -Thug 4 Life\n"); //-------------------------------------------------------------------------- return Mp36; } //------------------------------------------------------------------------------ stock ShowMp37() { new Mp37[712]; //-------------------------------------------------------------------------- strcat(Mp37, "{FF0000}1. {FFFFFF}DJ Fresh - Louder (Doctor P and Flux Pavilion Remix)\n"); strcat(Mp37, "{FF0000}2. {FFFFFF}Dream - Warlord VIP\n"); strcat(Mp37, "{FF0000}3. {FFFFFF}Ed Sheeran - Drunk (Doctor P Remix)\n"); strcat(Mp37, "{FF0000}4. {FFFFFF}Kendrick Lamar - M.A.A.D. City (Eprom Remix)\n"); //-------------------------------------------------------------------------- return Mp37; } //------------------------------------------------------------------------------ stock ShowMp38() { new Mp38[712]; //-------------------------------------------------------------------------- strcat(Mp38, "{FF0000}1. {FFFFFF}Amna feat. What's Up - Arme\n"); strcat(Mp38, "{FF0000}2. {FFFFFF}Anda Adam - Daca ar fi\n"); strcat(Mp38, "{FF0000}3. {FFFFFF}Anya feat Matteo - In ochii Mei\n"); strcat(Mp38, "{FF0000}4. {FFFFFF}Cabron feat. Smiley si Guess - Da-o Tare\n"); strcat(Mp38, "{FF0000}5. {FFFFFF}Elena Gheorghe feat. JJ - Pana Dimineata\n"); strcat(Mp38, "{FF0000}6. {FFFFFF}Mandinga Feat. Glance - Cinema\n"); strcat(Mp38, "{FF0000}7. {FFFFFF}Adda - Iti Arat Ca Pot\n"); strcat(Mp38, "{FF0000}8. {FFFFFF}Grasu XXL feat. Ami - Deja Vu\n"); strcat(Mp38, "{FF0000}9. {FFFFFF}Neylini feat Muneer - Te iubesc\n"); strcat(Mp38, "{FF0000}10. {FFFFFF}Smiley - Acasa\n"); //-------------------------------------------------------------------------- return Mp38; } //------------------------------------------------------------------------------ stock ShowMp39() { new Mp39[712]; //-------------------------------------------------------------------------- strcat(Mp39, "{FF0000}1. {FFFFFF}Avicii - Levels\n"); strcat(Mp39, "{FF0000}2. {FFFFFF}Dave Spoon - At Night\n"); strcat(Mp39, "{FF0000}3. {FFFFFF}David Guetta - Grrrr\n"); strcat(Mp39, "{FF0000}4. {FFFFFF}David Guetta - Play Hard (ft. Akon and Ne-yo)\n"); //-------------------------------------------------------------------------- return Mp39; } //------------------------------------------------------------------------------ stock ShowMp310() { new Mp310[712]; //-------------------------------------------------------------------------- strcat(Mp310, "{FF0000}1. {FFFFFF}Alpha and Omega - Who Jah Bless\n"); strcat(Mp310, "{FF0000}2. {FFFFFF}Dubzoic - Feel Complete\n"); strcat(Mp310, "{FF0000}3. {FFFFFF}Panda Dub - Who Am I\n"); strcat(Mp310, "{FF0000}4. {FFFFFF}Queen Ifrica - Daddy\n"); strcat(Mp310, "{FF0000}5. {FFFFFF}Rebelsteppa - Africa\n"); //-------------------------------------------------------------------------- return Mp310; } Si dupa sa vi sa imi spui ca nu stiu scripting . Acu ca toti au wos edit nu se vor mai numi multi mari scripting:) Asa ca si durex care zice ca stie mysql si incolo are un wos edit ) RNG v3 ) Asa cum vam facut si indexu cu slider-u cu poze Nu mati lasat la credite. Iar aici spune ca habar nare sa repare un banal script php adica sa apara textu pe imagine:)) Omg [img width=500 height=268] imagestring($im, 5, 0, 0, 'Welcome To Sa-Mp.Ro!', $textcolor);
  20. cand voi ajunge acasa iti fac un radio ca pe rss sa iti inchid si eu gura.
×
×
  • 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.