Jump to content

12p

Members
  • Posts

    2,608
  • Joined

  • Last visited

Everything posted by 12p

  1. Maybe this? --[[------------------------------------------------- -- client script main -- @infoauthor iMortal -- @description: client side script dx joinquit ------------------------------------------------]]-- local textJoin = " " local textQuit = " " local textNick = " " function AbsoluteToRelativ2( X, Y ) local rX, rY = guiGetScreenSize ( ) return math.floor((X/1280)*rX), math.floor((Y/720)*rY) end addEventHandler ( "onClientRender", root, local x1, y1 = AbsoluteToRelativ2( 959,246 ) local x2, y2 = AbsoluteToRelativ2( 956,243 ) local x3, y3 = AbsoluteToRelativ2( 943,217 ) local x4, y4 = AbsoluteToRelativ2( 939,213 ) dxDrawText( textQuit, x1, y1, 1224, 264, tocolor(0,0,0,255),0.6,"bankgothic","left","top",false,false,false) dxDrawText( textQuit, x2, y2, 1224, 261, tocolor(255,0,0,255),0.6,"bankgothic","left","top",false,false,false) dxDrawText( textJoin, x3, y3, 1211.0, 235.0,tocolor(0,0,0,255),0.6,"bankgothic","left","top",false,false,false) dxDrawText( textJoin, x4, y4, 1207.0,231.0,tocolor(0,255,0,255),0.6,"bankgothic","left","top",false,false,false) end )
  2. 12p

    need help

    WROOOOOOOOOOOOOONG
  3. ...do what what Aibo said
  4. Humm. Okay. I thought it was just another carmod. My bad But that script is sooooo useless lol
  5. Towncivilian Sigo siendo el único que no tuvo este error. HELL... YEA...
  6. Am I the only one who didn't have this problem? HELL... YEA...
  7. No. You must watch original asdf movies
  8. 12p

    [DD] GMC Maps

    I like DD and DM
  9. Or...
  10. @Michael, about the corruption part: What do you prefer? That anyone (even 9 years old kiddies) can report bad servers, and can spam the system? Or that just a little group of TRUSTABLE, GOOD users can report? @Deixell, that's easy to say. The thing is MTA Team was, is and will be too much busy developing Multi Theft Auto to even care about the 1000 (and more) MTA servers.
  11. 12p

    need help

    Are you using my script? What the hell is this senseless line? local setFPSCamera = false Do you even know how is my script working? setFPSCamera is a FUNCTION.
  12. 12p

    need help

    Why to bind? Force player to do it. function toggle( ) if isPedInVehicle ( source ) then local x1, y1, z1 = getPedBonePosition ( source, 6 ) setCameraMatrix ( x1, y1, z1 ) addEventHandler ( "onClientPreRender", setFPSCamera ) else setCameraTarget ( source ) end end ) addEventHandler ( "onClientPlayerVehicleEnter", getLocalPlayer ( ), toggle ) addEventHandler ( "onClientPlayerVehicleExit", getLocalPlayer ( ), toggle )
  13. 12p

    need help

    Your code is a bit messy and buggy. When do you want the player to enable FPS? What conditions do you want?
  14. What does your script "do"? Just look at it.
  15. 12p

    need help

    Blawee, use my pointless FPS resource for aiding you. It has toggling: https://community.multitheftauto.com/index.php?p= ... ls&id=3108
  16. Dev. I know you don't know scripting. But also you are not an idiot. Think about your script. Think your next step.
  17. First start castillo's one. Then yours. No, that doesn't matter.
  18. No. It makes the system get bugged. Use any resource name, doesn't matter. Just DON'T START THE NAME WITH A NUMBER, AND DON'T USE ANY SYMBOL. For example, it will work if you call it "test-resource".
  19. Thank you very much EDIT: not a carmod, /me was wrong
  20. 12p

    Help needed please

    Error window makes it obvious: Win7
  21. Instead of asking it; try it.
  22. 12p

    MTA Problem

    viewtopic.php?f=104&t=37133 Read last posts.
  23. If you cannot script, don't use this resource. You should learn, that's how we the rude guys make good servers > Get started https://wiki.multitheftauto.com/wiki/Resources https://wiki.multitheftauto.com/wiki/Scr ... troduction https://wiki.multitheftauto.com/wiki/Int ... ng_the_GUI https://wiki.multitheftauto.com/wiki/Debugging
×
×
  • Create New...