Jump to content

Anubhav

Members
  • Posts

    2,277
  • Joined

  • Last visited

Everything posted by Anubhav

  1. Anubhav

    The last reply

    Get the shit out of here. Mom SMS'ed me and told, tell my son to pack his bag and come back home.
  2. Anubhav

    The last reply

    Dear Simple01. dear get out of this, im gonna win. Have peace before I shoot you down right there!
  3. Can we see when do you trigger the server event? I'm just thinking you probably are putting in a player element which causes a error either the player never is there by that partial name.
  4. first of all use isTimer to check if the timer exists then kill it.
  5. He is using a SSH (probably), and wants to restart his MTA server through it but it is not working. Not the MTA console.
  6. addVehicleUpgrade( car, 1050 ) Why wouldn't it work?
  7. 0.0.3 released! [*] Closing a window when another window from the resource is window is fixed. (It lets that window be there and the other window goes invisible!) [*] Player management button added for you to set teams (nil (basically no team), and any other teams on scoreboard!)
  8. Screenshots coming in a few minutes! Screenshots added. Added something new: (0.0.2 release): [*] GUI improvement [*] Added checkboxes if you want to save the team after creating it and also for delete added a checkbox to delete it from database. [*] Added commands (look the first post) [*] Added conform window
  9. Anubhav

    The last reply

    no thx i dint even watch them !
  10. Anubhav

    The last reply

    omg stahp plz! LOOOOOOOOOOOOOOOL
  11. My bad. I always fail to remember them for some reason, I should work on this!
  12. Released v 0.0.1! https://community.multitheftauto.com/in ... s&id=13002 Screenshots will come after 3-4 hours, I've to go off to study
  13. Anubhav

    help

    https://wiki.multitheftauto.com/wiki/Vehicle_IDs Which ID is that?
  14. Anubhav

    help

    function vehenter(p,seat) local vehid = tonumber(getElementData(source, "id")) if seat == 0 then if dbid == 14 then outputChatBox("welcome armin", p, 255, 0, 0) end end end addEventHandler("onVehicleEnter", getRootElement(), vehenter)
  15. First of all Add 0 before every . (In the dxDraw functions)
  16. local sw,sh = guiGetScreenSize() local spacer = dxGetFontHeight(1.2,"default") local name = "" local splashpath = "" local text = "" function draw() local dg = dxDrawImage(sw*.1,sh*.65,sw*.900,sh*.600,"tt.png") local nm = dxDrawText(name,sw*.3,sh*.85) local spl = dxDrawImage(sw*.12,sh*.72,sw*.200,sh*.400,splashpath) local txt = dxDrawText(text,sw*.29,sh*.90+spacer) end function drawDialogue(splashpath,name,text) name = "bartender" splashpath = "bartender.png" text = "test" addEventHandler("onClientRender",root,draw) end drawDialogue("bartender.png","bartender","testing the shoots")
  17. Just create the bindKey at server side .
  18. I guess: Server files load first, so the markers may not be created at first. You may want to use loadMapData at starting of the resource.
×
×
  • Create New...