Jump to content

GamerDeMTA

Members
  • Posts

    559
  • Joined

  • Last visited

Everything posted by GamerDeMTA

  1. GamerDeMTA

    need this

    Hi I want to do this !!! something like this a command for do the function BUUUT For the user I say! Check1 if the command is /fuck, i must say /fuck GamerDeMTA for do the function to me! how to do that
  2. Hey guys i need the resource of drift which have Best Drift in scoreboard (I think it's saved by account)... and the export
  3. yes a server side but it's only this addEventHandler ("onPlayerJoin", getRootElement(), function () outputChatBox ("Welcome xD", source, 255, 255, 255, true) end )
  4. ok fixed the problem now is... When I join it shows the Window and it dont show the cursor! i want when i press f4 no when join
  5. It's as client-side in meta. Can you say me what's wrong in the lua? The bindKey doesn't work
  6. function open ( ) vent = guiCreateWindow(485, 185, 314, 385, "lol", false) guiWindowSetSizable(vent, false) guiSetVisible ( vent, false ) fy = guiCreateButton(9, 31, 296, 58, "xd", false, vent) wr = guiCreateButton(9, 259, 296, 58, "xd", false, vent) elely = guiCreateButton(13, 94, 77, 30, "xxd", false, vent) dblef = guiCreateButton(222, 94, 77, 30, "xxd", false, vent) ea = guiCreateButton(13, 323, 77, 30, "xxdd", false, vent) dblewa = guiCreateButton(222, 323, 77, 30, "xxdd", false, vent) imagen = guiCreateStaticImage(13, 133, 292, 120, "lol.png", false, vent) end addEventHandler ( 'onClientResourceStart', resourceRoot, open ) function windowopen ( ) guiSetVisible ( vent, not guiGetVisible ( vent ) ) showCursor ( guiGetVisible ( vent ) ) end bindKey ( 'f4', 'down', windowopen ) Help? When I press F4, it doesn't open the Window !
  7. Is this code OK? function lol () setWorldSpecialPropertyEnabled ("aircars", source, true) end addEventHandler ("onPlayerJoin", lol)
  8. will some1 help me with the gui and bind?
  9. what is the problem¿¿?
  10. oh, slender. the gamemode is in MTA community
  11. ok fixed i used the FR gamemode and i think it bug, now i use other gamemode in the server buuuuut I can't ! when i press F1 it dont show
  12. But i put that and when I join I see the GUI. without press it. also i dont see cursor
  13. then how the Freeroam gui do it?
  14. thanks but when i join it show the window, i want it as freeroam, you press and it opens. no when u join
  15. help me plss function open () vent = guiCreateWindow(485, 185, 314, 385, "lol", false) guiWindowSetSizable(vent, false) fy = guiCreateButton(9, 31, 296, 58, "xd", false, vent) wr = guiCreateButton(9, 259, 296, 58, "xd", false, vent) elely = guiCreateButton(13, 94, 77, 30, "xxd", false, vent) dblef = guiCreateButton(222, 94, 77, 30, "xxd", false, vent) ea = guiCreateButton(13, 323, 77, 30, "xxdd", false, vent) dblewa = guiCreateButton(222, 323, 77, 30, "xxdd", false, vent) imagen = guiCreateStaticImage(13, 133, 292, 120, "lol.png", false, vent) end addEventHandler('onClientResourceStart', g_ResRoot, function bind () bindKey('f1', 'down', windowopenn) createWindow(open) end ) function windowopenn() if isWindowOpen(vent) then showCursor(false) hideAllWindows() colorPicker.closeSelect() else showCursor(true) showAllWindows() end end function windowopen () guiSetVisible (vent, not guiGetVisible ( vent ) ) showCursor (false) end addEventHandler ("onPlayerJoin", function () outputChatBox ("lol", 255, 255, 255, source, true) end end ^Problem: it dont show the gui when i press f1! and the outputchatbox dont show when player Joins
  16. How to do that when I click a checbox, it does a function, and when I click it again, it does a function which disable the other? When there's a tick, the function goes, when there isn't then the function stop how to?
  17. I mean, how to go in water, thoose things
  18. Thanks. Hey, do you know cool runcodes? good runcodes???
  19. How to fly with a runcode for the client? what is the runcode
  20. I want to do that, when a player logins / quit in his account, it saves his position, his weapons and his money. How?
  21. I'm smod in a server and i need to give mod rights to someone, can I do it by ACL in the resources TAB?? It will work?? Or I can just being admin or by acl.xml?
  22. I wanna do a vote in my server with the options I want. For example this: vote: can I do a vote? yes no maybe idk Can I?
  23. Now it doesn't work ._. Pls someone help!!!
  24. It doesn't work yet!!!!!! Two times it shows the output instead one ((((
  25. Freeroam isn't running But I want to do it if player says "ping" not with a command. Please help
×
×
  • Create New...