Jump to content

[PXG]Blue

Members
  • Posts

    149
  • Joined

  • Last visited

Everything posted by [PXG]Blue

  1. I didnt list them because i dont think it was just a big deal. You dont need to buy it, i was thinking about 2€, if you just want to be an asshole about the stuff everyone worked on then you can hate on the community, if you have interrests, buy it, if not, dont comment, easy. I am wasting MY Time so i can bring you good stuff, so i can ATLEAST ask for SOME RESPECT, you are just being an asshole with your "i made it earlier for free, i am so awesume, uhhh", People like you are the reason I stopped.
  2. Hello, because of the trouble i was having with my servers, i decide to Sell ( maybe some ) of my scripts, including this one. This Resource can move the Steering Wheels, Spoilers, Gauges, with working RPM Calculator. Videos: When i first found the Possibility: Interrested? Add me on skype: phoenix_beatzz
  3. you cant replace the F11 Map, you can only replace the Minimap, there is a resource for that on the community.
  4. Hello, like most of us, we really liked the drft resource, but it does not have any saving. So i made a version of this resource, wich features records saving to an .xml, account drift score saving and ranks. Nothing much else to say, NOTE: Its my custom version, it features changing colours of the HUD, and the Score is repositioned so it is a bit under the chat. Have fun! https://community.multitheftauto.com/in ... s&id=11431
  5. https://community.multitheftauto.com/in ... s&id=11419 Car skin / Mod DONE
  6. Just type "aclrequest allow ambient_effects all" in your console
  7. Sure Watch the full Video to see all the features
  8. Thanks for the suggestion, i'll try something like this, but i am not very familiar with shaders, so expect it to take a bit
  9. Can you please explain what do you mean by "screen effects"? Like, Wet screen if it rains, someone else made a resource that does exactly that
  10. Maybe try and look into the Slothbot resource and see how its handled there, it might help you to fix it
  11. Change the description to DELETE so they know you want it deleted
  12. Hello Community, today i am going to show you a little resource i made, it has the following features: Requirements: shader_wet_roads shader_snow_ground ACL: Ability to start and stop resources When it rains, the ground will be wet, you can hear thunder ( it simply starts the shader_wet_roads resource and disables the default GTA:SA thunder sound effect ) When its Winter ( November, December and January ) shader_snow_ground will be active, checks every 3 days Videos/Update Logs NEW! Dynamic Waves https://community.multitheftauto.com/in ... s&id=11347 NO Shader Version: https://community.multitheftauto.com/ind ... s&id=12114 For Screenshots visit the Community pages of shader_wet_roads and shader_snow_ground ! Write any Suggestions in this post!
  13. Please change the description to "DELETE", so we can know it's your resource. changed it.
  14. https://community.multitheftauto.com/index.php?p= ... s&id=10974 Dont want it on the community anymore, requesting deletion. thanks
  15. function onPlayerQuit ( ) local playeraccount = getPlayerAccount ( source ) if ( playeraccount ) and not isGuestAccount ( playeraccount ) then local vip = getElementData(source,"VIP") if vip == true then setAccountData ( playeraccount, "VIP", true ) else setAccountData ( playeraccount, "VIP", false ) end end end function onPlayerLogin (_, playeraccount ) if ( playeraccount ) then local accvip = getAccountData ( playeraccount, "VIP" ) if accvip == true then setElementData ( source,"VIP", true) end end end addEventHandler ( "onPlayerQuit", getRootElement ( ), onPlayerQuit ) addEventHandler ( "onPlayerLogin", getRootElement ( ), onPlayerLogin ) not tested. ( thanks ALw7sH for correcting me )
  16. song = playSound("ambient_fly.mp3", true ) setSoundVolume( song, 0 ) local turn = true -- unfaded by default function startFlyAmbientSound(player,seat) vehid = getElementModel(getPedOccupiedVehicle(localPlayer)) if vehid == 520 then removeEventHandler("onClientRender", root, renderFade) turn = true addEventHandler("onClientRender",root,renderFade) end end addEventHandler("onClientVehicleEnter", root, startFlyAmbientSound ) Renderfate is just the Fading of the sound, its basicly setSoundVolume
  17. I want to trigger "onClientRender" with the Local Player because of setSoundVolume and playSound, but if i trigger it, nothing happenes, and if i use root, it happens for everyone any ideas?
  18. Guys i am kinda stopping this projekt because i ran out of ideas, if you still have ideas for it please post them here Thanks!
  19. Hello, is it possible, to read a file on a website, for instance i want to read the file http://phoenix-gaming.tk/hai.txt via fileRead, but i didnt see any function that can do that, any help apprechiated
  20. Hello People! Today i present to you a server made by me, its, again focused on Free-Roaming and Car mods Current Features: Many Carmods First Person Driving Many cars have working RPM and Speed Gauges, Moving spoilers and such Some Tuneable cars, Spoilers, Bumpers... Planned: better handling of server crashes Videos: ( All SERVER Graphics, not modified by any Mods ) More Informations: Forum: http://phoenix-gaming.tk Join Here: (click)
×
×
  • Create New...