Jump to content

Tockra

Members
  • Posts

    105
  • Joined

  • Last visited

Everything posted by Tockra

  1. Ja dann kopiere die Checkpoints nicht. Der Map Editor ist leider alles andere als perfekt .
  2. Wo ist denn genau dein Problem? Auf dem Bild machen die Marker genau das, was sie machen sollen!?
  3. Hatte deine Map zufälligerweise ein Sonderzeichen im Namen ( dazu gehören auch Leerzeichen ! ) ?
  4. Dann sag mir mal, was du in der mtaserver.conf stehen hast!
  5. Einfach machen was ich gesagt habe, dann funktioniert es!
  6. Folgendes installieren: apt-get install build-essential automake libtool libcurl4-openssl-dev libpcre3-dev libsqlite3-dev libreadline5-dev subversion libncurses5-dev libncursesw5-dev apt-get install lib32ncursesw5 apt-get install lib32readline5 apt-get install ia32-libs Danach kann du die Serverdaten runterladen: www.linux.multitheftauto.com Anschließend sollte der Server laufen sofern du alles richtig gemacht hast. Hier gibt es nochmal eine Anleitung: https://wiki.multitheftauto.com/wiki/Bui ... _GNU_Linux Beschließe dich aber nicht dazu den Server mit einen 64bit Linux zu compilieren, sondern nutze die vorcompilierte Version, da die compilierte sonst die net.so nicht findet.
  7. local function togMsn(cmd) if(cmd == "msg") then cancelEvent() end end addEventHandler("onPlayerCommand",getRootElement(),togMsn)
  8. Das musst du über Lua mit den entsprechenden Funktionen machen ( playSound, bindKey, etc.) .
  9. Dann wird es wohl an dem Vio script liegen, wenn es nur bei dem Server so ist. Da wir das Script leider nicht kennen, solltest du dich eher mit den Administratoren von Vio auseinandersetzen!
  10. Ich denke, dann kommst du nicht drum herrum das Scripten zu lernen. Hier sind einfach mal einige Anfänger Tutorials: https://wiki.multitheftauto.com/wiki/DE/ ... Grundlagen https://wiki.multitheftauto.com/wiki/DE/Lua_Tutorial http://lua.gts-stolberg.de/
  11. Lösche einfach alle deine Ressourcen aus den Ressourcenordner (Außer selbst gemachte Ressourcen) und füge die aktuellsten Ressourcen ein: http://code.google.com/p/mtasa-resource ... p&can=2&q= Dann sollte der alle Ressourcen finden!
  12. Hey albii10, Das standardmäßige Toptime Script speichert nur die Toptimes der "richtigen" Races. Das heißt es ist nicht so geschrieben, dass es die Hunter-Top-Times speichert. Du kannst die Resource race_toptimes im Editor so abändern, dass sie auch Toptimes speichert, wenn du einen Hunter betrittst !
  13. Yeah i know these functions... But here you have an example: function test() thefunction("huhu") -- here i want a error end addCommandHandler("test",test) function thefunction(int) if(type(int) == "string") then outputDebugString("Don't use Strings!", 3) -- I get the Error in this line, but i want it in this line : "thefunction("huhu")" . I dont know here where the function was called... end end
  14. Thats runs, but i get the same Ansi-UTF8 warning for the data!
  15. Hey Guys, I want get the origin of a function call to output it in a debugscript! Im using this little function: function MySQL_Save ( strings ) return mysql_escape_string ( Datenbank, strings ) end But if i call this function by a wrong parameter i get the error every time in this line: "return mysql_escape_string ( Datenbank, strings )" and i dont know where the origin of the error is...
  16. But if i do that i cant compile the scripts later -,- Great shit!
  17. Hey Guys, How can i disable the "Ansi / UTF-8 Warnings", which will appear if i start the server? MfG. T
  18. Hi Guys, Im searching for a function which opens the doors of a vehicle. Im knowing "setVehicleDoorState" but this function dont open the doors alone. If i open a door with this function i must drive a curve or other to open the door... But the function should open it alone... MfG. T
  19. Thank you... How can i see when the bug is fixed?
  20. Hey Guys, my server outputs this error by using the performancebrowser in version 1.1 : = Multi Theft Auto: San Andreas v1.1-unstable-2687 =========================================================== = Server name : German Reallife : Info: [email protected] // Wir suchen noch designer!!! = Server IP address: = Server port : 22003 = = Log file : .. 1.1/Server/mods/deathmatch/logs/server.log = Maximum players : 40 = HTTP port : 22005 =========================================================== [2011-05-21 19:32:35] Resources: 203 loaded, 0 failed [2011-05-21 19:32:35] Server password set to '' [2011-05-21 19:32:35] Querying game-monitor.com master server... success! [2011-05-21 19:32:35] Querying backup master server... success! [2011-05-21 19:32:35] MODULE: Loaded "MySQL 5.0 database module" (0.41) by "Alberto Alonso <[email protected]>" [2011-05-21 19:32:35] Starting resources........ [2011-05-21 19:32:35] Server started and is ready to accept connections! [2011-05-21 19:32:35] Type 'help' for a list of commands. [2011-05-21 19:32:47] HTTP: 'tockra' entered correct password from 92.73.15.192 [2011-05-21 19:32:49] WARNING: performancebrowser\target.lua:73: Bad argument @ 'getPerformanceStats' [2011-05-21 19:32:50] WARNING: performancebrowser\target.lua:73: Bad argument @ 'getPerformanceStats' [2011-05-21 19:32:51] WARNING: performancebrowser\target.lua:73: Bad argument @ 'getPerformanceStats'
  21. Ah okay i see... It isnt dxGetTextHeight its dyGetFontHeight ... But the Example is wrong -,- : offset = dxGetFontHeight("Hello!",scale,"pricedown")
  22. Hi Guys, I want get the size of a dxText. I used the function dxGetTextWidth to get the Width. This runed . Now i use the function dxGetFontHeight() to get the height, but it returns 0 every times: function ib() outputChatBox(tostring(dxGetFontHeight ("Test 21\ndas", 1.1, "default-bold" ))) end addCommandHandler("infobox",ib)
  23. it didnt run when i setted the cameratarget before position or rotation... And setCameraMatrix help not by this problem ...
×
×
  • Create New...