Jump to content

kevin11

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by kevin11

  1. kevin11

    HELP!

    Can't believe you think you're being funny... hahaha
  2. how can i know what dimension?
  3. 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
  4. kevin11

    HELP!

    lol go to http://www.free-dm-dd-maps.com haha cant believe u thought it was real
  5. 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
  6. what u talking about? there is no video if im not wrong fuuck posted in wrong forum
  7. edit a billboard with youre image and everything will be ok : ) also like varez said its gui element nog createobject
  8. 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
  9. gave u wrong thing lol go to dmc ep world you know what i mean
  10. man.. why dont u make a whole new one cuz gms script is way diferent then what u want
  11. bye = for losers just use guieditor from community way easier
  12. w also need server side
  13. 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
  14. its the skinlist from admin resource
  15. 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 )
  16. anyone knows what i did wrong?
  17. 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
  18. use onMakerhit and createMarker
  19. 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)
  20. ooh i didnt think of that
  21. 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
  22. here is another noob https://community.multitheftauto.com/index.html?p ... ils&id=791
  23. 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
×
×
  • Create New...