Jump to content

Desaster

Members
  • Posts

    243
  • Joined

  • Last visited

Everything posted by Desaster

  1. addEventHandler removeEventHandler onClientRender setTimer dxDrawText
  2. Desaster

    ColRadar

    hmmm eazier right but I need the rectangle
  3. Desaster

    ColRadar

    sry I meant createColRectangle and I tryed out showcol it work but it doesn't really help I can't understand what sould I exactly type instead of this ( float fX, float fY, float fWidth, float fHeight) I have an idea but I can't find it after putting my position
  4. Desaster

    ColRadar

    is there anything that help to make col radars I really didn't understand how to put them hmm i tryed ou /showcol but it doesn't really help
  5. Desaster

    Dx gui

    thnx helps a lot
  6. Desaster

    Dx gui

    I am working a a DX based gui and I got some problems in making buttons I thought about making a normal gui invisible but it's not a sollotion I thought about loading an other dx when the cursor is on the DX but it's too hard than I found DXgui in MTA community but I really didm't finded out how it really works can you help me ?
  7. Desaster

    text

    I am useing a topbarchat made by xxMADExx any idea maybe with arguments ?
  8. hello , I wanna ask what functions I can use to move pictures trought the screen thnx for reading
  9. worked perfect fot I think 100 resource then it won't gimme more file and stopped compiling
  10. Desaster

    Host needed

    hello , NOTE: just asnwer if your interested I don't need commants . I looking for a host for free for my community's RPG server if your a hoster or you can pay a host for us please contact me on the following skype : chadi.fassi1 SOME INFO : we are a nice teamworking community that wants to build its own RPG server composed of 2 developpers and some other mappers Your interested so leave a commant or send me in skype
  11. Desaster

    text

    nice idea's but the only problem is that I forget to tell I am not useing outputChatBox I am useing a topbarchat
  12. Desaster

    text

    I wanna make some login text and wanna ask how it is possible to show global chat for all the players except the logging player
  13. Desaster

    won't work

    client : addEvent("onPlayerPlayMusic", true) addEventHandler("onPlayerPlayMusic", root, function() JoinMusic = playSound("music/join.mp3") end) server : addEventHandler("onPlayerLogin", root, function() triggerClientEvent(source, "onPlayerPlayMusic", source) end)
  14. Desaster

    won't work

    thnx for fast answer I got it now I named the file client and it is a server file so i thought it was client thnx for fast answer
  15. Desaster

    won't work

    I cant find the problem addEventHandler("onPlayerLogin", root, function() JoinMusic = playSound("music/join.mp3") end) ERROR : attemp to call global playSound ( a nil value )
  16. wow that looks cool thnx for help
  17. hello its me , how to turn the developpment mode on the use the mta function /showcol ? thnx for reading
  18. create your ped and name it for example : thePed and add this addEventHandler("onClientPedDamage", thePed, function () cancelEvent() end)
  19. to make a map appear just in dim 1 you have to set it in meta.xml src="LSairportBase.map" dimension="1">>
  20. Desaster

    DX gui

    hi every one know that dxgui resource I wanna know how to lounch it gui editor work with shift+ctrl+g but how does the other one work you understand what I mean ? thnx for reading
  21. Desaster

    SQL

    For example : -- create table addEventHandler ("onResourceStart", root, function() executeSQLQuery("CREATE TABLE IF NOT EXISTS stats(afk STRING)") end ) function save () executeSQLQuery("UPDATE stats SET afk=? WHERE account=?",--[[function if I am afk]]-- , acc) addEventHandler("onPlayerLogout", root, save) but how to make it true or false
  22. Desaster

    SQL

    I readed some things in wiki but i really can't understand for example how to save a player state for example getElementData ( thePlayer, "AFK" ) and to call it again
  23. Desaster

    SQL

    hello, I am trying to learn some SQl so I mean how to save some data with sql can you give me the function that are useful or if you have some time can you explain me in not much words what i can do or how it work thnx for reading
×
×
  • Create New...