Jump to content

cs8898

Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by cs8898

  1. i wanna to write a radial Menu, so i would draw a circle with dxDrawLine(); then i want to create some peaces, like that but i hade to check that the mouse iv over or isnt over a section of the circle
  2. hy, all i want to check if, the mouse is over an triangle, but to create 100lines of code is a very bad scripting style, is there any, other chance to find out that the mouse is over the triangle Sorry for my worse English
  3. ja die abfrage muss aber als dreieck aus fallen, also für jedes pixel der reihe eine neue abfrage also bei ner auflösung von 1600*900 macht das so um die 400 pixel in die höhe, also um die 400 zeilen code für 1 nen bereich
  4. OK daten Löschen kenn ich... leider kann man mit den standart gui functions schlecht ein rundes gui machen, weis da jamand was? oder man könnte eine art mouse poition abfrage machen in abhängigkeit der bildschirm auflösung, is aber sau auf wendig...
  5. Also ich kanns schon nur mir fällt nix ein was man schreiben könnte, dann hab ich gedacht fl. braucht ja jemand ein script, der nicht unbedingt scripten kann, es muss aber nicht für geld sein, scripten ist bei mir ein hobby, und nicht ein beruf
  6. Hy Leute ich würd gern was scripten hab nur grad keine idee was, Oder braucht jemand hilfe bei einem Projekt, fl. fällt euch was ein
  7. cs8898

    Help me...

    Try read that https://wiki.multitheftauto.com/wiki/OnElementDestroy and that to create an element wiki.multitheftauto.com/wiki/CreateElement have fun (all server side)
  8. Hy Guys, in one day ther will be the new version 1.1 sorry but i had the last time hollidays and stayed for vecation away from my Laptop... so it well be comming out soon + SourceCode in AutoITv3 so you will be able to make changes by your own
  9. Hallo Leute Ich will meine variable hitElement gern nach player und element aufteilen meine idee: player = hitElement[0] element = hitElement[1] doch das Funktzioniert nicht der Consolen Output: attempt to index local 'hitElement' (a userdata value) wenn ich mir die hitElement in den Chat Schreiben Lass: userdata: 0000006E --Player userdata: 00000074 --Vehicle was mach ich Falsch?
  10. cs8898

    SQl

    and how can i create a new Database? is SQL includet into MTA-sa-Server?
  11. cs8898

    Help-me !

    what is with /logout ? why not use that
  12. cs8898

    SQl

    Hy guys, can you tell me how to create some SQL Database, and how to get the values of it. Thanks if possible in German
  13. hab da so ne idee also mit call greifst du warscheinlich auf ne function einer anderen resource zu musst irgendwie den gamemode rausfinden aber hab grad nix gefunden wie getGamemode
  14. Hallo Leut kann mir jemand erklar wie ich daten aus einer XML in mein Script importire und variablen auslese? bitte mit Code, und Erklären meine xml <root> <PayNSpray pos="2065.3740234375,-1831.6474609375,12.546875" garage="8" /> <PayNSpray pos="487.5439453125,-1740.48828125,10.136220932007" garage="12" /> <PayNSpray pos="1024.7451171875,-1025.220703125,31.1015625" garage="11" /> <PayNSpray pos="720.1123046875,-457.896484375,15.3359375" garage="47" /> <PayNSpray pos="-1904.396484375,284.01171875,40.046875" garage="19" /> <PayNSpray pos="-2425.8349609375,1022.4677734375,49.397659301758" garage="27" /> <PayNSpray pos="-1420.556640625,2586.7607421875,54.84326171875" garage="40" /> <PayNSpray pos="-99.85546875,1115.9736328125,18.74169921875" garage="41" /> <PayNSpray pos="1973.890625,2162.375,10.0703125" garage="36" /> </root>
  15. cs8898

    Shoot object

    Hy had you tried to output all the variables? it coud be that there is a fail outputChatBox("foo|bar"..variable.."foo|bar") WFG cs8898
  16. Hy guys my client-script had to start a server funktion but if i say client: spawnInf () and the server: function spawnInf(playerSource) car_id = getVehicleModelFromName ( "infernus" ) x,y,z = -1928, 272, 41 createVehicle ( car_id, x, y, z, 0, 0, 180,getPlayerName(playerSource) ) outputChatBox ( "Order is at issue",playerSource, 255, 0, 255) end nothing happend but why please help me WFG cs8898
  17. Hast du 2 Netzwerke gleichzeitig Laufen,also Wlan und Lan? Fieleicht nimmt dein MTA zuviel Netzwerk in anspruch. das solltest du merken wenn es dich nicht kickt wenn es dich aber kick brauchtst wohl ein neues internet. MFG cs8898
  18. Sind NasServer nicht Daten speicherungs Server??? http://de.wikipedia.org/wiki/Network_Attached_Storage
  19. Hy Guys, i had mad a little MetaCreator it makes it easier to create a meta.xml Download1 http://www.share-online.biz/dl/EOMH4T8MIQ5 Download2 http://www32.zippyshare.com/v/21201563/file.html NewLinks!!! Have Fun Yes it's simple but faster^^ but for some it isn't easy cs8898
  20. cs8898

    Shop

    Hy Browser, ich würde mich gerne bemühen das für dich zu machen doch wie meinzt du maps kauf? wenn ich das richtig verstanden habe willst du eine RaceShop haben oder?
  21. Ok hatte ich auch^^ also ich habe mir Microsoft Visual C++ 2010 Redistributable runtergeladen und installiert Downloads: x86 http://www.microsoft.com/de-de/download/details.aspx?id=5555 x64 http://www.microsoft.com/de-de/download/details.aspx?id=14632 dann den MTA ordner gelöscht^^ wieder MTA installiert Mal schaun obs ez funzt MFG cs8898
  22. Hy AtiBoy94, das Ganze ist an sich ganz einfach. nur anstelle von engineLoadDFF und engineReplaceModel nimmst du engineLoadTXD ( string txd_file [, bool filteringEnabled = true ] ) und engineImportTXD ( txd texture, int model_id ) dann schaut das ganze so aus function pj_sultan1( commandName ) 1 = engineLoadTXD ( "Sultan1.txt" ) engineImportTXD (1,560) end function pj_sultan2( commandName ) 2 = engineLoadTXD ( "Sultan2.txt" ) engineImportTXD (2,560) end function pj_sultan3( commandName ) 3 = engineLoadTXD ( "Sultan3.txt" ) engineImportTXD (3,560) end addCommandHandler ( "sultan1", pj_sultan1) addCommandHandler ( "sultan2", pj_sultan2) addCommandHandler ( "sultan3", pj_sultan3) Hab leider nix anderes gefunden fl. könnte mir mal jemand sagen wie ich in ein Command eine variable ein bau und auslesen kann MFG cs8898
  23. Hy geile seite guter Preis aber änder die fabe des Gesamtpreises(des sieht man nicht) Was habt ihr für zugriffs arten(ssh,ftp)?
×
×
  • Create New...