Jump to content

HeySlickThatsMe

Members
  • Posts

    332
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by HeySlickThatsMe

  1. ^ is this defaultstats code or the script that you posted? use this code local stats = { [69] = 1000, -- Pistol [70] = 1000, -- Silenced pistol [71] = 1000, -- Desert eagle [72] = 1000, -- Shotgun [73] = 1000, -- Sawnoff, 999 for duel wield [74] = 1000, -- Spas-12 [75] = 1000, -- Micro-uzi & Tec-9, 999 for duel wield [76] = 1000, -- MP5 [77] = 1000, -- AK-47 [78] = 1000, -- M4 [79] = 1000, -- Sniper rifle & country rifle } local function applyStatsForPlayer(player) for stat, value in pairs(stats) do player:setStat(stat, value) end end local function applyStatsForEveryone() for _, player in pairs(Element.getAllByType "player") do applyStatsForPlayer(player) end end addEventHandler("onResourceStart", resourceRoot, applyStatsForEveryone) addEventHandler("onGamemodeMapStart", root, applyStatsForEveryone) local function applyStatsForSource() applyStatsForPlayer(source) end addEventHandler("onPlayerJoin", root, applyStatsForSource) addEventHandler("onPlayerSpawn", root, applyStatsForSource)
  2. weird //edit did you turn off your resource and turn on defaultstats?
  3. edit defaultstats resource and change every skill to 1000
  4. yes but this is vice city yacht vice city one is still in the place where you added the screen the one in my screen is near the movie studio island and its gta 4 yacht
  5. forgot to mention i deleted "Generated Particles" (Leaves , newspapers on the ground) Only for now Because: 1.some were buggy 2.laggy for some people and first ever work on the yacht.. for some reason the collision is bugged as f*ck it creates invisible wall but its perfect in 3ds max And yeah its purple and green (just because it was an vehicle model from gta 5 and i converted it as an obj :P) Credits: Tall70 - Model
  6. idk , i didn't get banned i would suggest waiting for some of moderators/admins (someone from mta team) to help you out
  7. idk if it says that ban is like for some days then i suggest waiting or try uninstalling the program
  8. apparently its classified as a hack/cheat
  9. no news yet but im working on some huge sh*t Here's whats next: Some IV/V Interiors (movie theater [V] , clothes shops [V,IV] and more) Yachts yachts yachts! [V,IV] V Yacht will be a huge remodeled party yacht which will be somewhere... idk where lol IV Tbogt yachts with full interior which you can decorate will be availible as purchasable yacht there will be 10 yachts (For now) and after some time i will add an script which allows you to buy it (or just make it acl based and add acl's to various players + take their money like they would buy it) ill be downloading also many community scripts and doing many scripts which will make the game better worth to mention server will be an community + own scripts mixture after i'll add everything ill do a huge list with every author
  10. couldn't do it today... my cousin had a birthday so i will do these tommorow or maybe ill start it today and finish tommorow here's yesterdays progress: *Added Lycan (Wayfarer) *Added VCPD Merit (Police LV) *Added Feroci FLYus (Stafford)
  11. ---Today--- Ill be working on: 1. Gun Models 2.Replacing more cars (its 1gb already lol , but i will create new modloader asap) 3.Maybe some map stuff First before that ill write Loadouts (Every character which you will choose will have their own loadout) Civilians: Civilian - Knife , Combat Pistol (silenced) Construction - Combat Pistol (silenced) , Hammer Club Guard - Combat pistol (silenced) , Night stick ??? - ??? Emergency: VCPD (Vice City Police Departament) - Taser (Colt45) , Night stick , Pump Shotgun (chromegun , pump shotgun) [And their own weapon menu where they can access shotgun , combat pistol , taser and a night stick at any time] VCSO (Vice City Sheriff Office) - the same as up ^ GKHP (Gator Keys Highway Patrol) - The same as up ^^ VCFD (Vice City Fire Departament) - Fire extinguisher VCMC (Vice City Medical Center) - Taser (silenced) Army - Skorpion [Mini SMG] (tec9) , Carbine rifle (m4) , Pistol .50 (Deagle) , Assault Shotgun (Shotgspa) Gangs: Vagos - Micro SMG (uzi) , Bat , Pistol .50 (Deagle) Cubans - ??? Haitians - ??? ??? - ??? (TBA) Other: Staff - Minigun Also another issue is: Some people (PROPABLY , NOT SURE) are spamming their buttons when the map is loading and it crashes them istnead of loading the map... (Because when you complete the download there is a huge lag)
  12. still didn't make it like you said but i did my own version now my friend has 40 fps
  13. oh i know the problem i forgot that stories collisions .rar has collisions which aren't "mapped" for any object... so only thing you can do is: 1.Convert Original VC Map 2.Convert VCS PC Edition map (you need to download the whole mod) 3.Have fun renaming thousands of files
  14. k but i was trying to delete the loader and unloader but i couldn't make it working.. everytime i did it it didn't replace the objects ill try today again
  15. WOHOOO FINALLY FIXED (most of) THE DAMN LAGS thanks @CodyL well , you get a tiny fps drop like 8 fps should be fine
  16. thanks for the help , ill try asap thanks! for the help! works better but i did it with alternate way i changed model load distance to X 9999 Y 9999 Z 9999 ill try to have fun with some other settings too
  17. lets say normally my friend has 50-60 fps in mta on my server he has 30-40 fps but when he is moving too fast he has like 15-20
  18. yeah i saw that one user/admin or whatever he was , was talking about new skins added in 1.6 on vc-rp website so i just wanted to ask in official forums
  19. will there be more skins included in mta? for example cutscene characters , beta models etc? or will ifp modifications ever return? i seriously would like to replace animations with better ones (but make it so you don't need to install anything... except downloading server files)
  20. Now im trying to do something with fps.. i won't add lods for now because thats crap ton of work im opening my server after one or two weeks so.. does somebody have any ideas how could i improve the fps?
  21. If not static then stream or distance one of them (i use stream) " Which is better and why " im not sure , propably @CodyL can answer your question " models and data that you used in your GTV project " i used san vice and added bunch of gta 5 stuff in there which takes a bit of time (basicly convert rename , convert rename , convert rename and repeat 696969696969 times ( ͡° ͜ʖ ͡°) )
  22. and you are wrong they will stay already tested with bunch of backpack models , bulletproof vests and other stuff like that
×
×
  • Create New...