Jump to content

MIKI785

Members
  • Posts

    1,131
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by MIKI785

  1. Just paste that function https://wiki.multitheftauto.com/wiki/DxDrawColorText at the end of the client script in the resource you're using and replace any "dxDrawText" with dxDrawColorText.
  2. Nope, I didn't update the server.. so I think it won't work until I do so.
  3. Then why there is not some note on the wiki? Thanks anyway.
  4. Read first... this setting IS in the list...
  5. Hello, when I try to change any synchronisation values it always returns false. Access in ACL is granted... setServerConfigSetting( "player_sync_interval", "100", true ) Not working, I tried: setServerConfigSetting( "player_sync_interval", "100", true ) setServerConfigSetting( "player_sync_interval", "100", false ) setServerConfigSetting( "player_sync_interval", 100, true ) setServerConfigSetting( "player_sync_interval", 100, false ) Nothing is working... but for example FPS Limit or Bandwith Usage reduction can be changed... where is the problem?
  6. How should I know where your server is? O_o
  7. Edit race/mods/deathmatch.lua, it's just one number..
  8. Easily, don't use admin panel for resources. There are commands that you need: refreshall, start, stop, restart In the admin panel, I think the your problem is that you didn't refresh the list.
  9. Describe what exactly you want.
  10. Use timer and set its position by for example + 10 pixels.
  11. Almost 6 months and still no new version?
  12. I'm not experienced with dx Drawing functions... Try https://wiki.multitheftauto.com/wiki/OnClientMouseEnter but I think that it does not support dx Drawings... You can use https://wiki.multitheftauto.com/wiki/OnClientCursorMove, but that will be more difficult.
  13. You want to show the GUI 10sec after player joins the game? Try replacing this: addEventHandler("onClientPlayerJoin", getRootElement(), loginPanel) with this: addEventHandler("onClientResourceStart", getResourceRoot(getThisResource()), loginPanel)
  14. that's what I was doing... I don't want to use hasObjectPermissionTo() because what i want is to make sure that scripts in the maps won't be able to change vehicle's color, as the players on my server have fixed color based on their clan color.
  15. Hello, is it possible to get the source of [lua] tag here on forum? Because I would like to add it on my own forum. Thank you.
  16. Why? I just restricted function setVehicleColor for group Default... and it doesn't work.
  17. Is there any way how to restrict any function in the ACL? For example function setVehicleColor only to group admin. I tried to disallow acces in default group but it still can be used by any resource. Is it possible to restrict it?
  18. https://wiki.multitheftauto.com/wiki/GuiGetPosition ?
  19. Nice decoration, but there is not so much originality in the map.
  20. I don't think i't possible to open it. You can use the getAccountData only..
  21. MIKI785

    SAMP Scripts

    I think it's default resource called "amx", I don't know if it's still in the default server package.. I never used it..
  22. MIKI785

    Command

    The easiest solution is that you stop using someone else's scripts and you start to learn Lua properly.
  23. You're talking about race? The nextmap is not restricted by the ACL. It's set in resource's settings which groups have access to it. (nextmap, redo and random)
  24. i don't understand the problem. You can edit the ACL when the server is running and then use aclReload() to update it.
  25. It works now... The problem was in the protected argument in meta... it works on windows server, on linux server, the script won't work O_o.
×
×
  • Create New...