
GamerDeMTA
Members-
Posts
559 -
Joined
-
Last visited
Everything posted by GamerDeMTA
-
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
-
Hey guys i need the resource of drift which have Best Drift in scoreboard (I think it's saved by account)... and the export
-
yes a server side but it's only this addEventHandler ("onPlayerJoin", getRootElement(), function () outputChatBox ("Welcome xD", source, 255, 255, 255, true) end )
-
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
-
It's as client-side in meta. Can you say me what's wrong in the lua? The bindKey doesn't work
-
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 !
-
Is this code OK? function lol () setWorldSpecialPropertyEnabled ("aircars", source, true) end addEventHandler ("onPlayerJoin", lol)
-
will some1 help me with the gui and bind?
-
what is the problem¿¿?
-
oh, slender. the gamemode is in MTA community
-
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
-
But i put that and when I join I see the GUI. without press it. also i dont see cursor
-
then how the Freeroam gui do it?
-
thanks but when i join it show the window, i want it as freeroam, you press and it opens. no when u join
-
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
-
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?
-
I mean, how to go in water, thoose things
-
Thanks. Hey, do you know cool runcodes? good runcodes???
-
How to fly with a runcode for the client? what is the runcode
-
I want to do that, when a player logins / quit in his account, it saves his position, his weapons and his money. How?
-
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?
-
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?
-
Now it doesn't work ._. Pls someone help!!!
-
It doesn't work yet!!!!!! Two times it shows the output instead one ((((
-
Freeroam isn't running But I want to do it if player says "ping" not with a command. Please help