
kevin11
Members-
Posts
328 -
Joined
-
Last visited
Everything posted by kevin11
-
how can i know what dimension?
-
not if you're ignoring... please use outPutChatbox in server side and make a normal gui + variables (names) if u made that im willing to make you a server side
-
ts not working well for me when i do everything on the video and i go inside the house i get or totally white screen with exit portal or black how is this possible ?? ichoose dimensions between 0-200 and the interior id im trying to use = 10
-
what u talking about? there is no video if im not wrong fuuck posted in wrong forum
-
edit a billboard with youre image and everything will be ok : ) also like varez said its gui element nog createobject
-
lol listen to people someone said outputchatbox is wrong well.... we see u didnt look at it btw my offer stands for 1 more hour not more not less
-
add me on [email protected]
-
gave u wrong thing lol go to dmc ep world you know what i mean
-
man.. why dont u make a whole new one cuz gms script is way diferent then what u want
-
bye = for losers just use guieditor from community way easier
-
right... outputchatbox in a gui..... ok im not judging but uhm do it in serverside ok? we need server sided script if you want help
-
its the skinlist from admin resource
-
well this little text is what i want in my client sided script soo people see skins id's but my problem = that its not showing in the gridlist what did i do wrong <config src="skins.xml" type="client" /> local fxml = xmlLoadFile( "skins.xml" ) local fcontent = xmlNodeGetValue( fxml ) createskin_Window = guiCreateWindow(280,194,280,250,"Skins window",false) closeskin_but = guiCreateLabel(78,21,124,20,"Choose you're skin ID",false,createskin_Window) cancelskin_But = guiCreateButton ( 215, 190, 56, 33, "Close",false,createskin_Window) skinsgrid = guiCreateGridList ( 0.03, 0.18, 0.70, 0.71, true, createskin_Window ) guiGridListAddColumn( skinsgrid, "ID", 0.20 ) guiGridListAddColumn( skinsgrid, "", 0.75 ) close_But = guiCreateButton(179,112,48,25,"Close",true,createskin_Window) guiWindowSetSizable(createskin_Window,false) skinsgrid = guiCreateGridList( 0.03, 0.18, 0.70, 0.71, fcontent, true,skinsgrid ) guiSetVisible ( createskin_Window, false) guiSetEnabled ( skinsgrid, false )
-
anyone knows what i did wrong?
-
Replacing original people with multiplayer people.
kevin11 replied to Thehookerkiller01's topic in Scripting
omfg or play gta or mta please make a dicision mta means u will never ever get peds (like this) gta means no mta scripts but peds -
use onMakerhit and createMarker
-
ok i made a new one and it doesnt give errors but still no succes afkTimer = 30000 function funcInput ( key, keyState ) if ( keyState == "up" ) then if not isTimer(afktimer) then afktimer = setTimer(function() outputChatBox("afk") end,afkTime,1) end else killTimer ( afktimer ) end end function bindTheKeys () bindKey ( "w", "both", funcInput ) bindKey ( "a ", "both", funcInput ) bindKey ( "s", "both", funcInput ) bindKey ( "d", "both", funcInput ) bindKey ( "arrow_l", "both", funcInput ) bindKey ( "arrow_r", "both", funcInput ) bindKey ( "arrow_u", "both", funcInput ) bindKey ( "arrow_d", "both", funcInput ) end addEventHandler("onClientResourceStart",getRootElement(),bindTheKeys)
-
ooh i didnt think of that
-
this is from wiki i believe you will see what you did wrong function clientSubmitLogin(button,state) if button == "left" and state == "up" then -- get the text entered in the 'username' field local username = guiGetText(edtUser) -- get the text entered in the 'password' field local password = guiGetText(edtPass) -- if the username and password both exist if username and password then -- trigger the server event 'submitLogin' and pass the username and password to it triggerServerEvent("submitLogin", getRootElement(), username, password) -- hide the gui, hide the cursor and return control to the player guiSetInputEnabled(false) guiSetVisible(wdwLogin, false) showCursor(false) else -- otherwise, output a message to the player, do not trigger the server -- and do not hide the gui outputChatBox("Please enter a username and password.") end end end
-
here is another noob https://community.multitheftauto.com/index.html?p ... ils&id=791
-
its not working well for me when i do everything on the video and i go inside the house i get or totally white screen with exit portal or black how is this possible ?? ichoose dimensions between 0-200 and the interior id im trying to use = 10