Jump to content

MIKI785

Members
  • Posts

    1,131
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by MIKI785

  1. Play is just spawning of the players and few cars around the spawnpoints really... the GUI is freeroam. So just remove freeroam from the config and leave play there.
  2. fileExists(":admin/client/images/flags/"..country[i]..".png") That's probably it, attempt to concatenate a nil value. Of course it is nil when it's nowhere defined...
  3. It would be good if it showed at least instructions for new users on how to post the issues.
  4. Simply the bugtracker's main page is blank, there used to be news about the bugtracker and simple info on how to post new issues. I think that that info should be there, it really shouldn't be blank, i suppose it's a bug somewhere.
  5. Positioning to the left is relatively easy, if you want it at the center left do it like this: local x, y = guiGetScreenSize() notificationX = 10 --10px from the left notificationY = y/notificationHeight
  6. You posted the same picture twice, so i can't see how it looks.
  7. Thats because client cant check ACL. What would i do is to set element data for player on onPlayerLogin if hes admin set data admin to true and then check this clientsided.
  8. Great work, i think youre a bit too much obsessed with security though. Some windows requesting access to sites would be just annoying in my opinion. We can already download anything to the client and display it pr whatever.. so i dont think that its such an issue, and no popular servers would misuse it as players might leave.
  9. https://mirror.multitheftauto.com/mtasa/resources/
  10. Brilliant, you should make more maps like this with your skills
  11. Thats because the editor is missing, i can see that freecam is missing as well. Download the resources and replace them in your server folder. You can get them here: https://mirror.multitheftauto.com/mtasa/resources/
  12. Great to see that it will be out soon. I made the Czech translation but the images are strange and i don't know what to do about it. They are all a few pixels moved to the right.
  13. I think the only way is to actually script them. They dont work like that on their own.
  14. MIKI785

    [HELP] Bans

    Nothing, its nil. Youre trying to get info thats simply not there.
  15. That wouldnt work, there are several issues. First fNitroLevel is a local so it would be nil in drawNitro... secondly you save the value into variable just when the player enters vehicle, it wouldn't get refreshed... and thirdly wiki says: "Returns a float determining the nitro level (ranges from 0.0001 to 1.0) of the vehicle" so you woudln't be able to see it anyway.
  16. Yeah, that seems to be the simplest solution.
  17. If what i posted before is the cause then it doesn't matter if onClientResourceStop works or not, it's obvious that it will work as the client is connected.
  18. That's probably because when the GraczWyszedl is called the client might have been already disconnected so it doesn't call back the server event. I'm not too sure about this but it might be the cause.
  19. That's just for the clip, he means total ammo.
  20. There is no such property listed on the wiki, so that wouldn't work. The most basic way would be to check for the ammo of the player using getPedTotalAmmo and if that's bigger than 250 then set it to 250 using setWeaponAmmo. This should be done client-sided using timer maybe? As there is no suitable event really. Edit: You actually can't set the ammo client-sided, well that's stupid.. you gotta do it server-sided.
  21. I think he wants to limit the maximum amount of ammo a person can carry. You can't limit that with setWeaponProperty.
  22. MIKI785

    Help Me

    Yet again.. this gorum is not for scripting requests.. this is for seeking help with your OWN scripts if theres some error or something.. btw. onPlayerChat
  23. MIKI785

    SAVE TENT HELP

    This is not how you should ask for help.. viewtopic.php?f=91&t=47897
×
×
  • Create New...