Jump to content

Jumper_Mych

Members
  • Posts

    103
  • Joined

  • Last visited

Everything posted by Jumper_Mych

  1. Later of 100.000 or 1.000.000
  2. Still not finished this story... When I write story is to end and put the forum. I need helping to music, but not now ... because it not the end of the films work. I think it perfect because i'm deaf and whats effect of music... i search person to work music
  3. Hello! My work 2 day in MTA:SA Stage and Windows Movie Maker... Sorry no sounds... because i'm deaf You can use subtitles in movie https://www.youtube.com/watch?v=3JeCLa9Uh6Q
  4. Nice!! You can work on Farming Simulator
  5. Nice maps is chinesa and like Mitsubishi
  6. http://img152.imageshack.us/img152/7555/beztytuuuv.png Did you look at my Picture?? EDIT: http://img208.imageshack.us/img208/2663/beztytuuuzr.png
  7. Sure weak language translation to english Look you my picture? and black card and text? How this function?
  8. house system is dxDrawImage also Im not sure.
  9. black board this dxDrawText/Line or gui
  10. sorry my fault because earlier no i was check the onPickupHit but not is black board. I Want help me black board and type Did you will help me? My bad send report
  11. EDIT: Other doesn't pickup i want black board and type
  12. okay do not need a mouse button and i want only display your window EDIT: Help me only example
  13. 1. example 2. Mouse click on green house include dxdrawtext 3. do you know?
  14. Sorry change to dxDrawText not gui And my code doesn't work local screenWidth, screenHeight = guiGetScreenSize() -- Get the screen resolution local myobject = createObject ( 1300, 2188.064453125, 40.50089263916, 25.705852508545, 0, 0, 0 ) function addObjectOnClick ( player ) if theButton == "left" then dxDrawText( "Object id 1300", 44, screenHeight-41, screenWidth, screenHeight, tocolor(255,200,0,255), 1.02, "clear" ) guiSetVisible ( theButton, false ) else guiSetVisible ( theButton, true ) end end addEventHandler ( "onClientClick", getRootElement(), addObjectOnClick ) Own worth learning LUA. because week for me I was not at my home because forgotten lua Maybe explained to me how work because i weak gui therefore teach me maybe understand
  15. huh.. doesn't work type /mouse next nothing function Mouse ( player ) showCursor ( player, true ) else showCursor ( player, false ) addCommandHandler ( "mouse", Mouse) Doesn't work local myobject = createObject ( 1300, 2188.064453125, 40.50089263916, 25.705852508545, 0, 0, 0 ) function addObjectOnClick ( button, state, clickedElement ) if ( clickedElement ) then local elementType = getElementType ( clickedElement ) guiSetText ( myobject, elementType ) guiwin = guiCreateWindow ( 0, 0, 0.5, 0.4, "Information", true ) button = guiCreateButton( 0.7, 0.1, 0.2, 0.1, "Close", true, guiwin ) guiSetVisible ( clickedElement, false ) else guiSetVisible ( clickedElement, true ) end end addEventHandler ( "onClientClick", getRootElement(), addObjectOnClick )
  16. I found! https://wiki.multitheftauto.com/wiki/OnClientClick local myLabel = guiCreateLabel ( 0, 0, 1, 1, "", true ) Can change to createObject? Will it work?
  17. Hi all i'm back 1.How mouse can click object turn on GUI Text and Gui in Button Close to Close the gui 2.Press M look mouse
  18. you have rations but i want player owner vehicle and lock can't exit. unlock can get out vehicle owner. i want player far vehicle but can lock and unlock
  19. you should at least try something first. Scripting moderator can help me?
  20. do not you understand? I say Vehicle in ped work lock and unlock door Ped get out the vehicle next can't lock door vehicle and unlock
  21. to watch video youtube Solidsnake14 code: 1. Player in Vehicle can Lock and unlock - work 2. Player get out vehicle can lock and unlock - Doesn't work 3. Player in vehicle is lock can't get out vehicle - Doesn't work sure you understand it
  22. huh, Player is sit the vehicle can lock and unlock is work! but player is stay doesn't sit the vehicle doesn't work lock and unlock, do you know? Not yet finished.
  23. Vehicle sit player can lock and unlock. Player is stay with backyard near vehicle can't unlock and lock. How that improvements to work?
×
×
  • Create New...