Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. That depends on the company.
  2. Server-related bugs should be reported to server's administrators, not MTA developers. They have nothing to do with servers made by users unless it is a MTA client ( the client's software )-related bug.
  3. Anderl

    Gridlist

    Nothing . . . I've tried another way , but not working either. server addEvent("playyer",true) addEventHandler("settingtextz",root, function(player,vehicle,state,speed,model,vname) guiSetText(PlayerName,"Player name: " .. getPlayerName(player)) outputChatBox("dada") if(state==true)then guiSetText("Vehicle : " .. vname .. "\nModel : " .. model .. "\nSpeed : " .. speed .. "\nState : ON") else guiSetText("Vehicle : " .. vname .. "\nModel : " .. model .. "\nSpeed : " .. speed .. "\nState : OFF") end end) client function GridlistStuff() local row, column = guiGridListGetSelectedItem(The_players) if(row ~= -1)then local player=getPlayerFromName(guiGridListGetItemText(The_players,guiGridListGetSelectedItem(The_players),1)) triggerServerEvent("playyer",localPlayer,player) else guiSetText(PlayerName,"Player name: N/A") guiSetText(VehicleOptions,"Vehicle : N/A \nModel : N/A \nSpeed : N/A \nState : N/A") end end addEventHandler("onClientGUIClick",The_players,GridlistStuff) addEvent("settingtextz",true) addEventHandler("settingtextz",root, function(player,vehicle,state,speed,model,vname) guiSetText(PlayerName,"Player name: " .. getPlayerName(player)) outputChatBox("dada") if(state==true)then guiSetText("Vehicle : " .. vname .. "\nModel : " .. model .. "\nSpeed : " .. speed .. "\nState : ON") else guiSetText("Vehicle : " .. vname .. "\nModel : " .. model .. "\nSpeed : " .. speed .. "\nState : OFF") end end) guiSetText's first parameter is the GUI-element, not the text.
  4. I don't get it, why do you need to get the text after _? Don't you just want to get attributes from the nodes? If you want this, use xmlNodeGetAttributes.
  5. Files must be exactly the same name, format and size(?) in both servers.
  6. Drawing just the pictures isn't a good idea at all. What do you propose then..? Pictures aren't magic, you obviously will need a script that will control the HUD. You can't just tell him to draw the pictures and expect them to work as a HUD, magically
  7. Drawing just the pictures isn't a good idea at all.
  8. I guess he can add objects to unused model IDs but no more than that.
  9. Anderl

    HELP MTA

    Google Translate is not the way to go, worse writing the words bad ( it won't translate them ). Learn English and then explain your problem.
  10. If you want to change the whole player's rotation, just use setElementRotation.
  11. Yesterday I only record my intention nor are the sands end I go much further, I just want a scripter you can put multiple gamemodes on a single server. The purpose of this is not relevant. No one will copy FFS/TG for you, learn the damn language ( English and Lua ).
  12. And even if they were, we would not help because you're most likely trying to steal them.
  13. He also requested in the FFS forums for help with Trial's script that he wanted to add in his server ( lool? ).
  14. i don't have any of those , but i dont get it You don't have what?
  15. Oh my god, another one. That isn't really useful anymore as there are lots of compilers already, as you said. Good job, anyway.
  16. McDejan24? No one will make a damn arena script for you.
  17. Open it with Notepad and check if it isn't some shader file/xml/lua. I've never heard of such extension.
  18. http://en.wikipedia.org/wiki/Backdoor_%28computing%29
  19. What do you mean? I didn't understand you at all.
  20. Anderl

    Radio Gui

    Because I sent you working code and you changed it for some non-sense shit.
  21. Anderl

    Radio Gui

    Add: if isElement( radio ) then stopSound( radio ) end After line 6.
  22. Anderl

    Admin Panel

    It won't work because what he copied is a library, not a magic code that does what he want. I'm requesting that this topic gets locked unless this guy stops making questions instead of learning Lua ( idk if that is a reason for locking a post, but that's the way for him to see that he must learn ).
×
×
  • Create New...