Jump to content

RespecT

Membru
  • Posts

    34
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

RespecT's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Pai da mi-l updateaza cand cumpar clan si merge daca ies din joc ramane clan tag tot, dar problema e ca cand dau restart la server se sterg..
  2. Da e pe mysql, dar ce legatura are cu tutorialul?
  3. Problema intalnita (descriere):Nu inteleg cum sa adaug tutorialul de la big-zone la gm-u virtualEro(area / rile) / warning-(ul / urile):-Liniile de cod / sursa / script-ul(obligatoriu): if(TutTime[i] >= 1) { TutTime[i] += 1; if(TutTime[i] == 3) { PlayerTextDrawShow(i, Step[i][1]); PlayerTextDrawShow(i, Tutorial[i]); mysql_query(SQL, "SELECT * FROM users"); mysql_store_result(); new registered = mysql_num_rows(); mysql_free_result(); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SetPlayerVirtualWorld(i, 0); if(PlayerInfo[i][pLanguage] == 2) { new name[MAX_PLAYER_NAME]; GetPlayerName(i, name, sizeof name); SetPlayerPosEx(i, 366.0407,-1892.6018,1.6999); SetPlayerCameraPos(i, 596.3768,-1986.2084,85.2497); SetPlayerCameraLookAt(i, 419.0543,-1888.1879,23.8108); TogglePlayerControllable(i,0); format(string, sizeof(string), "Salutare, %s! Bun venit pe BG-ZONE!", name); SendClientMessage(i, COLOR_WHITE, string); SendClientMessage(i, COLOR_WHITE, "Serverul BG-ZONE a fost deschis pe 8 Septembrie 2016."); format(string, sizeof(string), "Avem %d playeri inregistrati, iar acum sunt %d playeri online.",registered,GetOnLinePlayers()); SendClientMessage(i, COLOR_WHITE, string); SendClientMessage(i, COLOR_WHITE, "Sunt 150 case si 53 business-uri pe server, iar in dealership sunt disponibile 101 modele diferite de masini."); SendClientMessage(i, COLOR_WHITE, "Daca joci pe BG-ZONE, ai siguranta ca nu vor fi resetate niciodata datele(wipe) niciodata asa cum se intampla pe alte servere."); SendClientMessage(i, COLOR_WHITE, "Se fac updateuri frecvente la server, iar bugurile aparute sunt reparate rapid."); SendClientMessage(i, COLOR_WHITE, "Adminii si helperii sunt bine alesi si te pot ajuta cu orice problema."); SendClientMessage(i, COLOR_WHITE, "Intrebarile despre server le poti pune pe /n, iar daca ai o problema poti folosi /report."); SendClientMessage(i, COLOR_WHITE, "In continuare iti vom prezenta cateva informatii despre joc."); } else { new name[MAX_PLAYER_NAME]; GetPlayerName(i, name, sizeof name); format(string, sizeof(string), "Hi, %s! Welcome to BG-ZONE.TK!", name); SendClientMessage(i, COLOR_WHITE, string); SendClientMessage(i, COLOR_WHITE, "Our server, BG-ZONE.TK, has opened on September 8th, 2016."); format(string, sizeof(string), "We have %d players registered and now there are %d players online.",registered,GetOnLinePlayers()); SendClientMessage(i, COLOR_WHITE, string); SendClientMessage(i, COLOR_WHITE, "There are 150 houses and 53 businesses on our server and there are 101 different car models that you can buy from our dealership."); SendClientMessage(i, COLOR_WHITE, "If you play on BG-ZONE, you'll never have to worry about server wipes."); SendClientMessage(i, COLOR_WHITE, "Our server is frequently updated and the bugs are fixed quickly."); SendClientMessage(i, COLOR_WHITE, "The admins and helpers can help you with any problem you may have."); SendClientMessage(i, COLOR_WHITE, "If you have any questions, use /n. If you have any problems, use /report."); } } else if(TutTime[i] == 15) { PlayerTextDrawHide(i, Step[i][1]); PlayerTextDrawShow(i, Step[i][2]); SetPlayerPosEx(i, 1857.4175,-1847.2292,13.5815); SetPlayerCameraPos(i, 1788.9900,-1821.4302,38.3741); SetPlayerCameraLookAt(i, 1830.4750,-1840.9551,15.9818); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); if(PlayerInfo[i][pLanguage] == 2) { SendClientMessage(i, COLOR_WHITE, "Acesta este un magazin 24/7, magazin de unde poti cumpara mai multe lucruri utile:"); SendClientMessage(i, COLOR_WHITE, "- telefon - dupa ce cumperi un telefon, vei putea suna un player sau ii poti da sms."); SendClientMessage(i, COLOR_WHITE, "- agenda telefonica - vei putea afla numerele de telefon ale altor playeri folosind comanda /number."); SendClientMessage(i, COLOR_WHITE, "- credit pentru telefon - pe serverul nostru telefoanele folosesc credit pentru apeluri si sms-uri."); SendClientMessage(i, COLOR_WHITE, "- walkie-talkie - walkie-talkie poate fi folosit pentru a discuta cu un grup de prieteni."); SendClientMessage(i, COLOR_WHITE, "Te lasam pe tine sa descoperi ce altceva poti cumpara din magazine."); } else { SendClientMessage(i, COLOR_WHITE, "This is a 24/7 store. You can buy the following products from here:"); SendClientMessage(i, COLOR_WHITE, "- phone - you can use the phone to make calls(/call) and send texts(/sms)."); SendClientMessage(i, COLOR_WHITE, "- phonebook - you'll be able to find the phone number another player using /number."); SendClientMessage(i, COLOR_WHITE, "- prepay credit - on this server the phones use prepay credit. when it runs out, buy some more."); SendClientMessage(i, COLOR_WHITE, "- walkie-talkie - this can be used to talk with a group of friends."); SendClientMessage(i, COLOR_WHITE, "We'll let you discover what else can be bought from the stores."); } } else if(TutTime[i] == 27) { PlayerTextDrawHide(i, Step[i][2]); PlayerTextDrawShow(i, Step[i][3]); SetPlayerPosEx(i, 1223.5475,-1881.3280,30.6971); SetPlayerCameraPos(i, 1174.6624,-1857.9758,46.3864); SetPlayerCameraLookAt(i, 1220.9999,-1838.0793,29.3740); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); if(PlayerInfo[i][pLanguage] == 2) { SendClientMessage(i, COLOR_WHITE, "Aici poti da examen pentru a obtine permisul de conducere."); SendClientMessage(i, COLOR_WHITE, "Nu stii cum sa ajungi aici? Nicio problema. Poti folosi comanda /gps si vei putea alege 'Los Santos DMV' din lista."); SendClientMessage(i, COLOR_WHITE, "Comanda /gps poate fi folosita si pentru a afla unde sunt alte locatii importante de pe server."); SendClientMessage(i, COLOR_WHITE, "Dupa ce vei lua examenul vei primi permisul de conducere, vei putea conduce masini, dar nu avioane sau barci."); SendClientMessage(i, COLOR_WHITE, "Cand vei face level 3 vei putea cumpara si licenta pentru a putea conduce un avion, o barca sau pentru a cumpara arme."); SendClientMessage(i, COLOR_WHITE, "Licentele vor expira dupa 100 ore de joc si va trebui sa dai examenele din nou pentru a le obtine."); } else { SendClientMessage(i, COLOR_WHITE, "Here is the place where you can get your driver's licence."); SendClientMessage(i, COLOR_WHITE, "If you don't know to get here, you can use /gps and choose 'Los Santos DMV' from the list."); SendClientMessage(i, COLOR_WHITE, "You can also use /gps to find out where other important locations are.Or you could call a cab using /service taxi."); SendClientMessage(i, COLOR_WHITE, "Once you'll get your driver's license, you'll able to drive cars, but not planes or boats."); SendClientMessage(i, COLOR_WHITE, "To be able to drive planes and boats, you'll need to contact an instructor once you reach level 3."); SendClientMessage(i, COLOR_WHITE, "The licenses expires after 100 hours spent in game."); } } else if(TutTime[i] == 39) { PlayerTextDrawHide(i, Step[i][3]); PlayerTextDrawShow(i, Step[i][4]); SetPlayerPosEx(i, 414.1995,-1512.3070,31.5960); SetPlayerCameraPos(i, 423.4182,-1491.4530,69.4719); SetPlayerCameraLookAt(i, 338.5612,-1515.7255,45.6690); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); if(PlayerInfo[i][pLanguage] == 2) { SendClientMessage(i, COLOR_WHITE, "Aici este Dealership-ul, adica locul de unde poti cumpara masini."); SendClientMessage(i, COLOR_WHITE, "Pentru a cumpara o masina personala ai nevoie de level 3 si de bani suficienti."); SendClientMessage(i, COLOR_WHITE, "Cea mai ieftina masina este Bike $250,000, iar cea mai scumpa este Infernus si are pretul de $45,000,000."); SendClientMessage(i, COLOR_WHITE, "Sunt disponibile 101 modele diferite de masini in dealership."); SendClientMessage(i, COLOR_WHITE, "Dupa ce vei cumpara o masina personala vei putea incuia usile, o vei putea parca unde vrei si o vei putea localiza."); SendClientMessage(i, COLOR_WHITE, "Vei putea deasemenea sa vinzi masina sau sa faci schimb de masini cu un alt player."); SendClientMessage(i, COLOR_WHITE, "Poti detine maxim 10 masini personale, iar toate masinile vor ramane spawnate."); SendClientMessage(i, COLOR_WHITE, "Pana ajungi la level 3 poti munci la unul in joburile disponibile."); } else { SendClientMessage(i, COLOR_WHITE, "That is the dealership, the place where players can buy personal vehicles."); SendClientMessage(i, COLOR_WHITE, "To buy your own vehicle you need level 3 and enough money."); SendClientMessage(i, COLOR_WHITE, "The cheapest car is Bike with price of $250,000 and the most expensive is Infernus and it costs $45,000,000."); SendClientMessage(i, COLOR_WHITE, "There are 101 different car models available in our vehicle dealership."); SendClientMessage(i, COLOR_WHITE, "Once you'll get your own car, you'll able to lock the doors of your car and you'll be able to park it wherever you want."); SendClientMessage(i, COLOR_WHITE, "You can have 10 personal vehicles and all for spawned."); SendClientMessage(i, COLOR_WHITE, "Untill you reach level 3, you can use one of the 10+ jobs available."); } } else if(TutTime[i] == 51) { PlayerTextDrawHide(i, Step[i][4]); PlayerTextDrawShow(i, Step[i][5]); SetPlayerPosEx(i, -35.6509,-1152.9932,1.1770); SetPlayerCameraPos(i, 2415.4104,-2087.5901,24.1772); SetPlayerCameraLookAt(i, 2458.2122,-2094.2029,13.5469); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); if(PlayerInfo[i][pLanguage] == 2) { SendClientMessage(i, COLOR_WHITE, "Trucker (sofer de tir) este unul din cele 10 job-uri disponibile pe serverul nostru."); SendClientMessage(i, COLOR_WHITE, "La acest job trebuie sa livrezi marfa dintr-un oras in altul."); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, "Pentru a vedea o lista cu joburile de pe server, foloseste comanda /jobs."); SendClientMessage(i, COLOR_WHITE, "La toate joburile se castiga la fel de multi bani, cu exceptia jobului de detectiv unde nu se castiga bani."); SendClientMessage(i, COLOR_WHITE, "Poti testa toate joburile pentru a testa care iti place mai mult."); SendClientMessage(i, COLOR_WHITE, "Daca te plictisesti de un job, vei putea folosi comanda /quitjob pentru a renunta la el oricand."); } else { SendClientMessage(i, COLOR_WHITE, "Trucker is one of the 10+ jobs available on our server."); SendClientMessage(i, COLOR_WHITE, "This job requires you to deliver stuff from one city to another."); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, "To see list of all available jobs, you can use the command /jobs."); SendClientMessage(i, COLOR_WHITE, "One most jobs you'll earn the same ammount of money."); SendClientMessage(i, COLOR_WHITE, "You can test all jobs to find out which one you like better."); SendClientMessage(i, COLOR_WHITE, "If you get bored, you can use /quitjob and take another job."); } } else if(TutTime[i] == 63) { PlayerTextDrawHide(i, Step[i][5]); PlayerTextDrawShow(i, Step[i][6]); SetPlayerPosEx(i, 1504.0387,-1664.6865,14.0031); SetPlayerCameraPos(i, 1505.9124,-1694.7454,38.8016); SetPlayerCameraLookAt(i, 1533.4709,-1680.9561,29.7199); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); if(PlayerInfo[i][pLanguage] == 2) { SendClientMessage(i, COLOR_WHITE, "Politistii sunt impartiti in 4 factiuni: Los Santos Police Department, Las Venturas Police Department, FBI si National Guard."); SendClientMessage(i, COLOR_WHITE, "Vei putea aplica la una din cele 4 factiuni de politisti incepand cu level 7."); SendClientMessage(i, COLOR_WHITE, "Pana ajungi la level 7, vei putea aplica la factiunile Taxi LS, Taxi LV, Las Venturas Paramedic Departament, News Reporters, School Instructors LV incepand cu level 3."); SendClientMessage(i, COLOR_WHITE, "La factiunea Hitman Agency sau la una din cele 6 mafii, vei putea aplica incepand cu level 5."); SendClientMessage(i, COLOR_WHITE, "Aplicatiile se fac pe forum (www.BG-ZONE.TK)."); SendClientMessage(i, COLOR_WHITE, "Cei care fac parte din factiuni primesc salarii saptamanale de la liderul factiunii."); } else { SendClientMessage(i, COLOR_WHITE, "Cops are divided in 4 factions: Los Santos Police Department, Las Venturas Police Department, FBI and National Guard."); SendClientMessage(i, COLOR_WHITE, "You'll be able to apply to on of the cops factions once you get level 5."); SendClientMessage(i, COLOR_WHITE, "You can apply to the factions Taxi LS, Taxi LV, Las Venturas Paramedic Departament, News Reporters and School Instructors LV once you get level 2."); SendClientMessage(i, COLOR_WHITE, "You'll need level 3 to become a Hitman or a gang member."); SendClientMessage(i, COLOR_WHITE, "You can apply to join a faction on our forum (www.BG-ZONE.TK)."); } } else if(TutTime[i] == 75) { PlayerTextDrawHide(i, Step[i][6]); PlayerTextDrawShow(i, Step[i][7]); SetPlayerPosEx(i, 1463.5978,-1050.0614,24.0156); SetPlayerCameraPos(i, 1480.6259,-1048.1523,39.7065); SetPlayerCameraLookAt(i, 1465.3987,-1025.0939,29.2015); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); if(PlayerInfo[i][pLanguage] == 2) { SendClientMessage(i, COLOR_WHITE, "Aceasta este banca din orasul Los Santos. Mai exista o banca si in orasul Las Venturas."); SendClientMessage(i, COLOR_WHITE, "Banca poate fi folosita pentru a depune si retrage bani sau pentru a transfera bani unui alt player."); SendClientMessage(i, COLOR_WHITE, "Pentru banii depusi in banca vei primi dobanda odata pe ora."); SendClientMessage(i, COLOR_WHITE, "Banii primiti din payday ajung in contul bancar si va trebui sa mergeti la banca pentru a-i retrage."); SendClientMessage(i, COLOR_WHITE, "Te sfatuim sa nu imprumuti bani altor playeri deoarece nu au nicio garantie ca iti vor fi inapoiati."); SendClientMessage(i, COLOR_WHITE, "De asemenea, afacerile cu bani reali sau bunuri ce nu tin de joc(conturi steam, conturi pe alte server) sunt interzise."); SendClientMessage(i, COLOR_WHITE, "Daca cineva iti propune sa cumperi o masina in joc pentru bani reali, te sfatuim sa-l raportezi folosind comanda /report."); SendClientMessage(i, COLOR_WHITE, "Playerii ce promit ca iti vor vinde bunuri in joc pentru bani reali nu iti vor da bunurile promise."); } else { SendClientMessage(i, COLOR_WHITE, "This is the Los Santos Bank. There is also a bank in Las Venturas."); SendClientMessage(i, COLOR_WHITE, "The bank can be used to deposit and withdraw money from your bank account or transfer money to another player."); SendClientMessage(i, COLOR_WHITE, "You'll get interest from the bank for the money you have deposited in your bank account."); SendClientMessage(i, COLOR_WHITE, "Don't loan money for other players. You'll have no guaratees that you'll get them back."); SendClientMessage(i, COLOR_WHITE, "Also, buying in game goods(money, cars, houses) with real life money from other players is forbidden."); SendClientMessage(i, COLOR_WHITE, "Most People that offering in game goods for real money are scammers."); SendClientMessage(i, COLOR_WHITE, "You can get some stuff by donating(WWW.BG-ZONE.TK/premium). The money from donations are used to support the server."); } } else if(TutTime[i] == 87) { PlayerTextDrawHide(i, Step[i][7]); PlayerTextDrawShow(i, Step[i][8]); SetPlayerPosEx(i, 1093.7021,-1485.0731,15.7074); SetPlayerCameraPos(i, 1082.0146,-1426.6472,56.6048); SetPlayerCameraLookAt(i, 1127.9037,-1486.0226,22.7690); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); if(PlayerInfo[i][pLanguage] == 2) { SendClientMessage(i, COLOR_WHITE, "Aici este CNN Los Santos, adica locul unde poti plasa anunturi pe server."); SendClientMessage(i, COLOR_WHITE, "Anunturile sunt vazute de toti playerii de pe server si sunt folosite pentru a vinde/cumpara/schimba bunuri pe server."); SendClientMessage(i, COLOR_WHITE, "Anunturile se folosesc doar pentru vanzari, cumparari si schimburi de bunuri."); SendClientMessage(i, COLOR_WHITE, "Vei putea scrie un anunt incepand cu level 5."); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, "Si pe forumul nostru www.BG-ZONE.TK exista o sectiune de vanzari unde playerii pot posta anunturi."); } else { SendClientMessage(i, COLOR_WHITE, "This is CNN Los Santos, the place where players can place ads to buy, sell or trade stuff."); SendClientMessage(i, COLOR_WHITE, "This ads are seen by all players on the server. You'll be able to place an /ad once you reach level 5."); SendClientMessage(i, COLOR_WHITE, "Players can also use our forum (www.BG-ZONE.TK) to advertise for stuff."); } } else if(TutTime[i] == 99) { PlayerTextDrawHide(i, Step[i][8]); PlayerTextDrawHide(i, Tutorial[i]); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); SendClientMessage(i, COLOR_WHITE, ""); if(PlayerInfo[i][pLanguage] == 2) { SendClientMessage(i, COLOR_YELLOW, "Ai ajuns la sfarsitul tutorialului. Daca ai fost atent, ar trebui sa stii cateva lucruri despre joc."); SendClientMessage(i, COLOR_YELLOW, "Daca ai vreo intrebare legata de joc, foloseste /n si helperii vor incerca sa te ajute."); SendClientMessage(i, COLOR_YELLOW, "Poti folosi si /help pentru comenzi de baza."); SendClientMessage(i, COLOR_YELLOW, "Distractie placuta!"); SendClientMessage(i, COLOR_YELLOW, "Tasteaza comanda /bonus!"); SendClientMessage(i, COLOR_YELLOW, ""); } else { SendClientMessage(i, COLOR_YELLOW, "We reached the end of the tutorial. We hope you learned something about the game."); SendClientMessage(i, COLOR_YELLOW, "If you have any game-questions, you can use /n and our helpers will try to help you."); SendClientMessage(i, COLOR_YELLOW, "You cand also use /help for basic commands."); SendClientMessage(i, COLOR_YELLOW, "Have fun!"); SendClientMessage(i, COLOR_YELLOW, "Type comand /bonus!"); SendClientMessage(i, COLOR_YELLOW, ""); } CP[i] = 43; SetPlayerCheckpoint(i, 1219.0502,-1812.7823,16.5938, 4.0); StopAudioStreamForPlayer(i); } else if(TutTime[i] == 101) { TutTime[i] = 0; PlayerInfo[i][pTut] = 1; gOoc[i] = 0; gNews[i] = 0; gFam[i] = 0; TogglePlayerControllable(i, 1); SetCameraBehindPlayer(i); TogglePlayerSpectating(i, 0); SetPlayerSpawn(i); PlayerInfo[i][pAccount] = 50000; ResetPlayerCash(i); GivePlayerCash(i,500000); SetPlayerInterior(i,0); SetPlayerVirtualWorld(i,0); TogglePlayerControllable(i,true); new str1[256]; mysql_format(SQL,str1,256,"UPDATE users SET `Tutorial`='1',`Bank`='50000',`PremiumPoints`='0' WHERE `name`='%s'",PlayerInfo[i][pNormalName]); mysql_tquery(SQL,str1,"",""); } } Imagini / Video (optional):-Ati incercat sa rezolvati singur?: da dar imi da eroare..
  4. Problema intalnita (descriere):Nu mi se salveaza Clanu tag-u rank-u si numele tagului in /stats , deci imi fac clan imi apare in /stats dupa ce dau restart imi dispare.. m-am uitat la onplayerdisconnect peste tot si nu inteleg de ce..Ero(area / rile) / warning-(ul / urile):n-am erori.Liniile de cod / sursa / script-ul(obligatoriu): enum clanE { cClanName[64], cClanMOTD[128], cClanRankName1[32], cClanRankName2[32], cClanRankName3[32], cClanRankName4[32], cClanRankName5[32], cClanRankName6[32], cClanRankName7[32], cClanTag[32], cClanTagType, cClanID, cClanExpire, cClanActive, cClanSlots, cClanColor[10], cClanDesc[256], };Imagini / Video (optional):n-amAti incercat sa rezolvati singur?: Da.
  5. Am rezolvat, multumesc mult pentru ajutor.
  6. incearca in loc de SetPlayerCash 'GivePlayerMoney' sau 'GivePlayerCash'
  7. Am scapat de erorii dar degeaba tot nu merge.. dai /shop se cumpara si dupa imi apare ala cu 'Da' sau 'Inapoi'
  8. Primesc urmatoarele erori C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(40) : error 017: undefined symbol "AntiDeAMX" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(4219) : error 004: function "vUpdate" is not implemented C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(4514) : error 017: undefined symbol "GetPlayerHealthEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(4519) : error 017: undefined symbol "SetPlayerHealthEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(4523) : error 017: undefined symbol "SetPlayerHealthEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(4960) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(6039) : error 017: undefined symbol "GetPlayerHealthEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(7623) : error 017: undefined symbol "ClearWanted" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(7970) : error 017: undefined symbol "SetPlayerArmourEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8272) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8286) : error 017: undefined symbol "SetPlayerArmourEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8331) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8355) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8380) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8405) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8430) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8478) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8497) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8508) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8524) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8533) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8540) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8549) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8557) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8570) : error 017: undefined symbol "SetPlayerPosEx" C:\Users\Andrei\Desktop\s4uriK\gamemodes\gm.pwn(8585) : error 017: undefined symbol "SetPlayerPosEx"
  9. Problema intalnita (descriere):vreau cand dau /shop si sa cumpar ceva intai sa-mi apara un dialog cu 'Da' sau 'Nu' intai sa ma intrebe daca vreau sa cumpar.Ero(area / rile) / warning-(ul / urile):n-am erori.Liniile de cod / sursa / script-ul(obligatoriu): if(listitem == 5) { if(PlayerInfo[playerid][pWarns] <= 0) { SendClientMessage(playerid, COLOR_LIGHTRED, "You don't have any warn."); return 1; } if(PlayerInfo[playerid][pPremiumPoints] < 19) return SCM(playerid, COLOR_GREY, "Eroare: Ai nevoie de 20 puncte premium pentru a lua acest produs."); PlayerInfo[playerid][pPremiumPoints] -= 20; Update(playerid, pPremiumPointsx); PlayerInfo[playerid][pWarns] = 0; new str[300],strings[200],name[30],stringss[200]; mysql_format(SQL,str,sizeof(str),"UPDATE users SET `Warnings`='0',`PremiumPoints`='%d' WHERE `name`='%s'",PlayerInfo[playerid [pPremiumPoints],PlayerInfo[playerid][pNormalName]); mysql_tquery(SQL,str,"",""); SendClientMessage(playerid, COLOR_YELLOW, "You have cleared your warns! (-20 premium points)"); GetPlayerName(playerid, name, sizeof(name)); format(strings, sizeof(strings), "/shop: %s cleared his warns.",name); ABroadCast(COLOR_YELLOW,strings,6); mysql_real_escape_string(strings, stringss); mysql_format(SQL,str,sizeof(str), "INSERT INTO `shop_logs` (`playerid`,`Message`) VALUES('%d','%s')",PlayerInfo[playerid][pSQLID],stringss); mysql_tquery(SQL,str,"",""); ShowPlayerDialog(playerid, DIALOG_CUMPARA, DIALOG_STYLE_MSGBOX, "Shop:", "{FFFFFF}Esti sigur ca vrei sa cumperi Clear Warns?", "Da", "Inapoi"); } Imagini / Video (optional):-Ati incercat sa rezolvati singur?: da am adaugat asta ShowPlayerDialog(playerid, DIALOG_CUMPARA, DIALOG_STYLE_MSGBOX, "Shop:", "{FFFFFF}Esti sigur ca vrei sa cumperi Clear Warns?", "Da", "Inapoi");, dar degeaba am adaugat-o pentru ca dau /shop aleg intai imi cumpara produsu si apoi apare dialogu..
  10. Cauta pe google 'Cum imi fac server de samp', succes!
  11. Problema intalnita (descriere):vreau cand dau /shop si sa cumpar ceva intai sa-mi apara un dialog cu 'Da' sau 'Nu' intai sa ma intrebe daca vreau sa cumpar.Ero(area / rile) / warning-(ul / urile):n-am erori.Liniile de cod / sursa / script-ul(obligatoriu): if(listitem == 5) { if(PlayerInfo[playerid][pWarns] <= 0) { SendClientMessage(playerid, COLOR_LIGHTRED, "You don't have any warn."); return 1; } if(PlayerInfo[playerid][pPremiumPoints] < 19) return SCM(playerid, COLOR_GREY, "Eroare: Ai nevoie de 20 puncte premium pentru a lua acest produs."); PlayerInfo[playerid][pPremiumPoints] -= 20; Update(playerid, pPremiumPointsx); PlayerInfo[playerid][pWarns] = 0; new str[300],strings[200],name[30],stringss[200]; mysql_format(SQL,str,sizeof(str),"UPDATE users SET `Warnings`='0',`PremiumPoints`='%d' WHERE `name`='%s'",PlayerInfo[playerid [pPremiumPoints],PlayerInfo[playerid][pNormalName]); mysql_tquery(SQL,str,"",""); SendClientMessage(playerid, COLOR_YELLOW, "You have cleared your warns! (-20 premium points)"); GetPlayerName(playerid, name, sizeof(name)); format(strings, sizeof(strings), "/shop: %s cleared his warns.",name); ABroadCast(COLOR_YELLOW,strings,6); mysql_real_escape_string(strings, stringss); mysql_format(SQL,str,sizeof(str), "INSERT INTO `shop_logs` (`playerid`,`Message`) VALUES('%d','%s')",PlayerInfo[playerid][pSQLID],stringss); mysql_tquery(SQL,str,"",""); ShowPlayerDialog(playerid, DIALOG_CUMPARA, DIALOG_STYLE_MSGBOX, "Shop:", "{FFFFFF}Esti sigur ca vrei sa cumperi Clear Warns?", "Da", "Inapoi"); } Imagini / Video (optional):-Ati incercat sa rezolvati singur?: da am adaugat asta ShowPlayerDialog(playerid, DIALOG_CUMPARA, DIALOG_STYLE_MSGBOX, "Shop:", "{FFFFFF}Esti sigur ca vrei sa cumperi Clear Warns?", "Da", "Inapoi");, dar degeaba am adaugat-o pentru ca dau /shop aleg intai imi cumpara produsu si apoi apare dialogu..
  12. Ma ajuta si pe mine cineva cu aceasta problema?
×
×
  • 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.