Jump to content

dk4ever

Membru
  • Posts

    24
  • Joined

  • Last visited

    Never

Everything posted by dk4ever

  1. Am facut si asta si tot aceeasi problema este.
  2. Am si eu o problema cu un plugin care nu se incarca. In server.cfg plugin-ul este trecut cu extensia .so si il am si in folderul plugins. Dar cand pornesc serverul in server_log.txt imi apare ca nu se incarca plugin-ul si imi apare aceasta eroare Failed (libsampgdk.so.2: cannot open shared object file: No such file or directory) Am toate fisierele ce tine de plugin daca trebuie introduse unde.
  3. Dar ceva temporar nu se poate face sa nu mai fie destepti din astia care blocheaza gm-ul?
  4. Am o problema, am un gm RP si se blocheaza in momentul in care cinevaa scrie in normal chat un code de culoare fara sa fie inainte lui sau dupa el un text. Ex: daca sscriu doar "{FFFFFF}" in chat-ul normal se blocheaza tot gm-ul si nu mai merge nimic Acest lucru este valabil la orice cod de culoare cre l-as trece intre acolade. Daca ma poate ajuta cineva. Multumesc!
  5. Varianta 1 format(string, sizeof(string), "(("#hexcolor" %s: "#hexcolor2"%s ))", sendername, result); OOCOff(COLOR_OOC,string); si hexcolor si hexcolor2 le defineti la inceput ceva de genu #define hexcolor "{00FF00}" #define hexcolor2 "{FF0000}" Sau mai este o varianta in care nu trebuie definite culorile format(string, sizeof(string), "(({FF0000} %s: {00FF00}%s ))", sendername, result); OOCOff(COLOR_OOC,string);
  6. Am o problema la case, pe un server RP, sunt mai multe case care au acelasi interior, si virtual warld diferite. Si cand sunt 2 persoane in acelasi interior si virtualwarld diferite, se vede ce vorbeste unu, si pot comunica, chiar daca nu se vad
  7. Astept ca cineva sa imi dea un raspuns bun, nu vreau +1 Cand am specificat restul talstelor, ma refeream la cele inafara de pe http://wiki.sa-mp.com/wiki/GetPlayerKeys
  8. Care stie unde pot sa gasesc codul pt samp la restu tastelor. De ex: numpad 0 nu gasesc nicaieri care e codul
  9. dk4ever

    Erori

    pai atunci daca sti engleza vei sti ca: 1. C:\Users\Tzaks\Desktop\gm.pwn(2578) : error 021: symbol already defined: "GetDistanceBetweenPlayers" (adik este deja definit printr-un include sau ceva si atunci il vei putea sterge acel public cat si forward) 2. C:\Users\Tzaks\Desktop\gm.pwn(4250) : error 004: function "SetPlayerToTeamColor" is not implemented C:\Users\Tzaks\Desktop\gm.pwn(4548) : error 004: function "OnPropUpdate" is not implemented aici spune ca nu sun implementate... adik trebuie sa creezi un forward pt cele 2 functii cat si un public... asta in cazul in care tu sustii ca nu ai uitat nici o }
  10. dk4ever

    Erori

    La aceasta problema sunt mai multe posibile solutii 1. Sa inveti engleza 2. E posibil ca in ultimele modificari facute inainte de compilare sa fi uitat un ; sau } 3. poate ai probleme cu include-urile
  11. Dar nimeni nu stie un fs bun pentru anticheat (bani,weapon,teleport,heal si armura)?? sau daca nu ziceti un tutorial prin care pot sa fac unul rapid
  12. Va rog sa imi spuneti un alt anti cheat, ceva asemanator cu junkbuster, pentru ca problema de la JB nu o pot rezolva scz de dublu post dar nu pot da edit
  13. E:\salvari\desktop\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "panels" shadows a variable at a preceding level E:\salvari\desktop\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "doors" shadows a variable at a preceding level E:\salvari\desktop\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "lights" shadows a variable at a preceding level E:\salvari\desktop\pawno\include\SpikeStrip.inc(27) : warning 219: local variable "tires" shadows a variable at a preceding level aceste erori se refera ca sunt deja definite acele variabile C:\Documents and Settings\user\Desktop\samp03\gamemodes\G-Zone.pwn(4112) : error 017: undefined symbol "GetVehicleWithinDistance" C:\Documents and Settings\user\Desktop\samp03\gamemodes\G-Zone.pwn(4114) : error 017: undefined symbol "IsVehicleRc" C:\Documents and Settings\user\Desktop\samp03\gamemodes\G-Zone.pwn(4120) : error 017: undefined symbol "IsVehicleRc" C:\Documents and Settings\user\Desktop\samp03\gamemodes\G-Zone.pwn(4137) : error 017: undefined symbol "IsKeyJustDown" C:\Documents and Settings\user\Desktop\samp03\gamemodes\G-Zone.pwn(4139) : error 017: undefined symbol "StopLoopingAnim" aceste erori sunt pentru ca nu ai definit acei parametrii,, tu le apelezi dar ele nu exista si pentru restul trebuie sa creezi un public pentru "ClearChatbox" si pentru "PlayerToPoint"
  14. Nu ma mai intrebati daca l-am instalat bine, cand descarci JB ai in acea arhiva ceva de genu +---------------------------+ ¦ How to install JunkBuster ¦ +---------------------------+ >>> To install JunkBuster correctly, you must follow these 10 easy steps. <<< Step 1) Copy the downloaded folder "JunkBuster" into your folder "scriptfiles". Step 2) Copy "JunkBuster.pwn" into your "filterscripts" folder. Add "JunkBuster" to "filterscripts" in your "server.cfg" file. IMPORTANT: Write "JunkBuster" in front of all other filterscripts! JunkBuster must be loaded first!!! It must look like this: filterscripts JunkBuster FS1 FS2 FS3 ETC Copy all includes in "pawno/includes" into YOUR folder "include" located in the folder "pawno". Step 3) Include "JunkBuster.inc" (this is the client script) in your GAMEMODE and ALL your FILTERSCRIPTS! Just use #include <JunkBuster>. If you do not do this, JunkBuster will not work properly and probably kick/ban innocent players. Step 4) You are using a custom admin system with for example levels? Not only RCON? You can link this admin system with JunkBuster. JunkBuster can't recognize your adminsystem so you must add a function. Function (This is only an EXAMPLE!): public IsPlayerAdminCall(playerid) { if(PlayerInfo[playerid][pAdmin] >= 1) return 1; else return 0; } IMPORTANT: If you haven't understood yet: This function depends on YOUR admin system. The function above is ONLY FOR GODFATHER so you may have to customize this function. If you do not add this function admin immunity will only work for RCON-admins!!! TEMPLATE (copy this function into your admin script/gamemode and fill in the missing part [this was just for the bloody noobs]): public IsPlayerAdminCall(playerid) { if(/* Missing part: Is playerid admin? */) return 1; // If yes, return 1. else return 0; // If no, return 0. } PS: JunkBuster is compatible with the default Godfather gamemode! (Tested) PPS: JunkBuster is actually compatible with nearly every script! (It's designed to be) Step 5) Put '#define I_AM_NO_RETARD' on top of 'JunkBuster.pwn' and compile the script. IMPORTANT: Decide if you want to use the new SQLite Ban System by uncommenting the line where '#define USE_DATABASE' is. I do not recommend using it because it's experimental. So you probably should just compile JunkBuster without editing it. Compile "JunkBuster.pwn". Compile all your other gamemodes/filterscripts and check for errors. If there are any errors or warnings and you don't know how to fix it, post them in the JunkBuster topic on forum.sa-mp.com. (But there shouldn't be any errors in update 11.) Step 6) Start your gamemode, go ingame and login as RCON-admin. Now type /jbcfg. A dialog will appear. Choose the listitem "Set a var". After you have done this you will see all JunkBuster variables with the current values. It's the best you choose every variable. Double-click on a variable and a new dialog will appear where you can set the variable. There will be a description for every variable, too. Read description for the chosen variable before you change it. After you have customized the JunkBuster configuration. Go back to the main dialog (/jbcfg) and choose "Save configuration to file". Step 7) Add more bad words and forbidden weapons (or don't). To do this open "BadWords.cfg" in the folder "scriptfiles/JunkBuster". Add or remove bad words. Now open "ForbiddenWeapons.cfg" and add or remove weapon IDs. Minigun (38), both rocket launchers (35,36) and flamethrower (37) are forbidden by default. Go ingame again, tpye /jbcfg and choose "Load configuration from file" to load the forbidden weapons and bad words. Now open "JunkBuster.cfg" in the folder "scriptfiles/JunkBuster" and change the value "Homepage". (If you don't have a homepage... hm... I don't know what to write there. Maybe write the homepage of a server you hate so the admins there will get annoyed by the cheaters?) Step 8) Type ingame /jbcmds for more administration commands (RCON only). Step 9) JunkBuster is now ready to protect your server from spammers, hackers, cheaters and other noobs. If you find a bug, REPORT it in SA-MP forums in the JunkBuster topic. Step 10) Have fun and feel saver. Care iti spun exact ce trebuie sa faci
  15. nu am avut nici o eroare, daca aveam stiam sa o citesc. probleme la fs nu am avut. la gm cand compilam impreuna cu #include <JunkBuster> si porneam serverul la sfarsit scria 0 modele de masini.... si cand compilam gm-ul fara #include <JunkBuster> imi aparea bine.
  16. Exact asa am facut, acuma tot incerc variante si variante. In momentul in care eu introduc #include <JunkBuster> in GM cand pornesc serverul nu imi gaseste nici un model de masina = 0 cu sau fara FS dar cand il scot acest include imi gaseste 75, chiar daca e pus acel JunkBuster in filterscript si in server.cfg
  17. Pai deocamdata imi trebuie unu temporar pana creez unul. edit: Nu am mai primit nici un raspuns, am ales pana la urma JB, dar acuma am o problema cu acest JB Cand ma loghez imi cere parola, o introduc (este buna), dupa care nu ma mai da la spawn, se blocheaza acolo in aer. Ma poate ajuta cineva?
  18. Care stie un anti cheat bun pentru bani, weapon si speed? Dar nu imi recomandati JunkBuster. Altceva exista?
  19. dai la search [plevel] = 1 (sau daca normal incepe cu 2 treci 2 acolo) si acolo e levelul de start si vei gasi si banii mai jos
  20. Am gasit problema. Problema este in felul urmator, hq-ul de la groove este fix langa acel cerc unde sunt spawnate masinile, iar in momentul in care tu esti spawnat in acel hq, masinile apar si ele si din punctul tau de vedere ai interior 3 la fel si afara pentru clintul tau de samp este setat interior 3, iar masinile nu au pe ce sa stea..... deci ele cad, iar dupa ce cad pea mult ele se spawneaza in mijlocul celei mai apropiate strazi. Solutie: 1. schimbat hq-ul de acolo, pus in alta parte... undeva mai departe 2. sa pui un obiect care sa tina masinile fix sub acel cerc, nu ff departe doar cat sa nu se vada acel obiect Iar pentru cei care au aceasta problema pentru madd dog house(masinile pica jos langa burger shot) este valabil solutiile de mai sus. O asemanatoare problema a mai aparut cand am avut AddStaticVehicle in loc de AddStaticVehicleEx.... recomand ca pentru toate masinile permanente puse in pawno sa se foloseasca AddStaticVehicleEx
  21. Am si eu o problema cu masinile care le-am pus in Grove Street. Problema este in felul urmator, atunci cand imi dau respawn ma da in CJ House, dar in momentul in care ies din casa, masinile care sunt puse in fata casei se pun in mijlocul strazii, iar dupa ce respawnez toate masinile se pun la locul lor. Aceasta problema sa intampla aproape de fiecare data. Care ar putea fi solutia la aceasta problema?
  22. baiete sar putea sa ai tu ceva problema de la mod.. sa iti dau un exeplu de ex ai pe server 7 de playeri si ai maxim 10 sloturi daca intra un player nou si tu ai pe server playeri cu id-urile 1,3,4,5,6,9,10 atunci modul tau iti spune ca ai ajuns la maxim de playeri adik ai 10 playeri (10 fiind ultimul id) si sa nu ia in considerare ca tu mai ai sloturi la id-urile 2, 7 si 8.. aceasta problema poate sa apara si pe viitor chiar daca ai marit numarul de sloturi uitate in mod si vezi acolo la numaratoare pentru ca atunci cand iti intra un player nou el numara id-urile in continuare de la ultimul id si ajunge repede la maxim
  23. mergi pe http://www.sa-mp.com/download.php si ai sa vezi mai jos SA-MP 0.3c Linux Server (x86) il downloadezi si dupa accea configurezi server.cfg, pui modul in gamemodes si ce filterscripts ai tu pe acolo si dupa aceea il pui pe host tot ce ai acolo. arhiva vei avea in loc de samp-server.exe care este pentru windows vei avea samp03svr care te ajuta sa pornesti serverul impreuna cu alte fisiere
  24. daca poti sa pui un alt link pentru convert bun care sa converteasca atat obicte cat si masini create pentru ca http://www.convertffs.com/ nu mai merge... in rest frumos 5/5
×
×
  • 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.