Jump to content

dukenukem

Members
  • Posts

    98
  • Joined

  • Last visited

Everything posted by dukenukem

  1. of course but i want to make better cgui.png and for logo add santa claus hehe here is from prototype (red) http://img813.imageshack.us/img813/7353/hahahan.png http://img146.imageshack.us/img146/9448/heheheb.png http://img130.imageshack.us/img130/1096/hehehedh.png edit: @Aiboforcen ye and in readme.txt i wrote that it's your cgui.png
  2. good tool , but make lua colors.
  3. Hi when I was bored i created some intrefaces for MTA heh if old colors and styles is for you bad you can download it. 1. Prototype (red) 2. dukenukem (blue) 3. dukenukem (orange) How to install? Unzip MTA folder to example: D:\mta\ MTA - you must replace MTA folder But remember make backup cgui folder if you want save normal grey mta interface! If you want too chatbox interface in main menu go to: Settings > Chatbox > Presets > and now choose Prototype (red), dukenukem (blue) or dukenukem (red) and press Load. DOWNLOAD Coming soon christmas interface but with other cgui.png If you have got idea to make cool interface (example cod, moh etc.) write here.
  4. i dont know why everybody makes maps for race wtf... i want more maps for dm, etc.
  5. no, i cant make script for you combine..... this is last help: arguments: thePlayer, vehicle functions and events: getElementPosition getElementRotation getVehicleColor executeSQLQuery executeSQLInsert hm maybe it.
  6. omg kid .... https://wiki.multitheftauto.com/ go and learn function loadPlayerVehicles(player) return executeSQLQuery("SELECT * FROM vehicles WHERE player = ?", tostring(player)) end argument player, return executeSQLQuery and go!....
  7. because this is only example -,-
  8. executeSQLCreateTable("vehicles", "player TEXT, nr_plate TEXT, model INTEGER, pos_x REAL, pos_y REAL, pos_z REAL, rot_x REAL, rot_y REAL, rot_z REAL, health REAL, color1 INTEGER, color2 INTEGER, color3 INTEGER, color4 INTEGER, paintjob INTEGER, wheels INTEGER, hydraulics INTEGER, nitro INTEGER, boost INGTEGER, locked INTEGER, fuel INTEGER")
  9. show us code, i dont understand and lot of people probably also
  10. hahaha, that game is history. Example Doomed_Space_Marine guy too have got nick from game. and soon i get that nick on youtube too.
  11. re-install MTA, http://www.busign.nl/mirror/mtasa/MTASA-1.0.4.exe
  12. Now totally dont know what's going on, explain once and for all... begins to do the spam
  13. i think, this server is dead.
  14. race server ? lol ?, you not write it "to the race" in first post.
  15. Voted for MTA SA - amazing multiplayer with LUA scripting
  16. look reply, it create table in mysql, so for it you must have got mysql database or if you have it so you must make reward on wasted and should work. https://community.multitheftauto.com/index.php?p= ... ils&id=546 if you have got 24/7 server maybe you have got database with server.
  17. script doesnt work? and doesnt show the error? ;o You kill peds or players ? and dont work? this is problem? edit: 1. You haven't got mysql database 2. You haven't got reward on wasted function rewardOnWasted ( ammo, killer, killerweapon, bodypart ) if (killer) and (killer ~=source) then local exp = getElementData(killer,"exp") if exp then setElementData(killer,"exp",tonumber(getElementData(killer,"exp"))+5) outputChatBox("Experience gained +5! total ".. tonumber(exp)+5,killer,0,255,0) else setElementData(killer,"exp",0) end end end addEventHandler ( "onPlayerWasted", getRootElement(), rewardOnWasted ) ~by Solidsnake14
  18. you changed something? and type /debugscript 3 in game and show error. that script is from community so it should work.
  19. now i know, thanks for lesson about 1.1
  20. host game dont work (black screen) , test server too dont work, offline or what ;p
  21. i dont know lot of people dont know how to make aiming in camera.
  22. christmass, lol ??? hahahha where is suprise for me? : DDDD Amazing video. gz
  23. Once was there any other multiplayer for gta III but is dead, i cant believe in mta 0.5 wow. Good luck.
×
×
  • Create New...