Jump to content

osnapitzjamie

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by osnapitzjamie

  1. https://dev.prineside.com/en/gtasa_samp_game_texture/view/CEroadsigns/ https://dev.prineside.com/en/gtasa_samp_game_texture/view/sfroadsign/ https://dev.prineside.com/en/gtasa_samp_game_texture/view/laroadsig_LA_cj/ https://dev.prineside.com/en/gtasa_samp_game_texture/view/roadsign/ https://dev.prineside.com/en/gtasa_samp_game_texture/view/vgsroadsign/
  2. HD Radar New This is an edit of the HD Radar resource by vx89 with tiles generated from the OpenStreetMaps version of San Andreas, OSAM map by cl4ptr4p using the tool provided with SanMap by ikkentim Download: https://github.com/osnapitzjamie/hd_radar_new/archive/master.zip GitHub Repo: https://github.com/osnapitzjamie/hd_radar_new
  3. I suggest you try out Steams new "Steam Play" system for linux with GTA:SA
  4. Yes, I have headphones plugged in. I have tried using hdmi to a TV and I still get this error.
  5. just run a vm with a local network
  6. Why the hell is this made in unity? lol
  7. This is clearly based off my Owl edit. NPC labels were added by me. Notification icon was mine. Different titles text is mine I mean you didn't even bother changing the staff colours. edit: not accusing u of anything since this was stolen multiple times but like, at least try to be different lol
  8. There is no problem with my sound card, why is MTA doing this? If I launch gta:sa it doesnt give me this error. Only MTA
  9. Like I care. The only time consuming piece of work I did was making the HUD know which road you are on since in Owl it was made for LS not BC. Hes just opened another owl clone that will fail like the rest. Owl/VG is extremely outdated and full of bugs. Also Asteria did all these maps, thats the main thing you stole, :O.
  10. I mean I dont mind them using public scripts its just that the gta5 radar mods use a lot of CPU. Most people who play MTA are playing it because they have :~ PCs so they just lost half their playerbase before even starting But yeh I agree they should credit you and others. Oh and wheres my credit for my siren system?
  11. Owl clone. Uses the public gta5 hud that uses 50% of your cpu. Would not recommend playing if you dont have a modern PC or dedicated graphics card. This is constructive criticism that can be proven.
  12. Forums are PHP or nodeJS based. They have nothing to do with scripting. As for learning to script. I suggest downloading resources and editing them after reading what Cody posted. This can help you learn what things do and how to use them.
  13. Nevermind. Using a data system is pointless for client side things. I'll use elementData for those.
  14. I'm creating my own data system rather than using setElementData. I am trying to find a way to easily get the server to return info to the client. function setData(element, key, value) triggerServerEvent ( "setData", resourceRoot, element, key, value ) end function getData(element, key) end afaik triggerServerEvent returns true or false and can't return values. How would I go about doing this?
  15. I've seen some servers show a custom message while resources are downloading. I'm not sure how todo this and google didnt really help.
  16. Yes. more images of the problem
  17. None of these have any effect.
  18. My water level is set to 0 yet LS Airport is flooded? this is really annoying me now. the only way to resolve this is setting the water level to -4 which fucks up everything else.
  19. Is there a function that returns all players inside a colshape? I'd rather not have to store them everytime they enter then delete when they leave.
  20. alirght so I've setup a browser that attaches its self to a wall. The problem is the YouTube video is very low FPS. The game FPS is fine. function webBrowserRender() if (getElementData(getLocalPlayer(), "cinema") == "yes") then setBrowserVolume(webBrowser, 0.25) else setBrowserVolume(webBrowser, 0) end local x, y = 110.7, 1024.15 dxDrawMaterialLine3D(x, y, 23.25, x, y, 14.75, webBrowser, 18.2, tocolor(255, 255, 255, 255), x, y+1, 19) end function startRender() loadBrowserURL(webBrowser, "http://projectreality.cf/astro.html") addEventHandler("onClientPreRender", root, webBrowserRender) end addEventHandler("onClientBrowserCreated", webBrowser, startReder)
  21. This is a big problem. Its impossible to unfocus the browser.
  22. focusBrowser allows me to control the browser but there isnt a way to make it stop without destroying the browser?
  23. Is it better to use SQLite or MySQL for my scripts tables. I prefer MySQL imo.
×
×
  • Create New...