-
Posts
352 -
Joined
-
Last visited
-
Days Won
3
Everything posted by 5150
-
Sounds great. Hope this project doesnt go dead
-
Do you have an estimated time for release?
-
so i have an admin tags resource that doesnt allow any seperate antispam mod to work. will the antispam work if i combine it into the same script as admintags? if so, how would i successfully combine them?
-
sooo its not something that can be fixed? Well i will try everything i can in order to fix this for you but i can't promise anything mate thank you man i appreciate it. tis is really the only panel that suits my needs, so i hope it works
-
i have a spawn panel, but youre not understanding... you know how weapon slots have IDs? NOT individual weapons. i mean the slots. like handheld, sniper, heavy, etc.... well is there a way to merge IDs, so sayyyy..... if you have an mp5 it will count as a weapon in the M4/AK47 category
-
sooo its not something that can be fixed?
-
ok guys. i found the perfect spawn system for my server, but at random times, when i try to spawn it will say "Failed to spawn. please try another skin." when i try another skin it says the same thing. if i have to ill pay $5 US dollars for anyone that can fix this bug. i only say 5 because it isnt a big job. ill send the resource and ill leave my server password so you can test the mod for yourself. just keep typing /kill and respawn until it says the error message. MY ONE CONDITION: since this bug only happens rarely, if i pay i will test it first. whether it is on your server or mine i would like to test it the resource: my server IP: thanks for the help should be an easy fix for an experianced scripter
-
ok guys. i found the perfect spawn system for my server, but at random times, when i try to spawn it will say "Failed to spawn. please try another skin." when i try another skin it says the same thing. if i have to ill pay $5 US dollars for anyone that can fix this bug. i only say 5 because it isnt a big job. ill send the resource and ill leave my server password so you can test the mod for yourself. just keep typing /kill and respawn until it says the error message. MY ONE CONDITION: since this bug only happens rarely, if i pay i will test it first. whether it is on your server or mine i would like to test it the resource: my server IP: thanks for the help should be an easy fix for an experianced scripter
-
hey, is there a resource that will only allow the player to have 2 or 3 guns at a time? like is there a way where you can group more weapons into the same weapon group? for example, if you have an M4, you cant have an mp5 or minigun or anything automatic. and if you have a sniper, you can only carry a pistol, knife and grenades or something. just for more realism
-
hey, is there a resource that will only allow the player to have 2 or 3 guns at a time? like is there a way where you can group more weapons into the same weapon group? for example, if you have an M4, you cant have an mp5 or minigun or anything automatic. and if you have a sniper, you can only carry a pistol, knife and grenades or something. just for more realism
-
hey does anyone have a link to that speedometer for first person? like it actually makes the in-car ones work. i had it long ago but it got deleted and i cant remember the original name
-
I will in a bit I'm not home now. I'd like to see some of your work first though
-
i dont usually offer to pay people for a script (or anything MTA related) but this is a must-have for my server. i really really needa rank system for players, but with images of the ranks as well (like, showing chevrons or an officers symbol on their nametag, in tab, or on a panel or something), but i cant find one ANYWHERE. this script is what i look for but its for a different gamemode. it doesnt work in freeroam. if someone could convert it to a working freeroam rank system i would be grateful client.lua
-
so i have this handy dandy resource that is a skin selector, but its also a team creator/manager and all that cool crap. theres a small bug though and this is too good of a script to just throw away. sometimes, at random times when i want to spawn it will say failed to spawn. try another skin. well i try another skin and nothing, i have to restart the resource. anyone have any solutions? anything is greatly appreciated. P.S. i deleted the custom skins and some of the teams, but that shouldnt matter, as i made sure all parts to them were deleted, as if they were never added/scripted heres the resource: https://community.multitheftauto.com/in ... ls&id=6429 here are my files (not the stock ones), to see the difference: c_gui.lua
-
i have this script for hiding huds but when i respawn, the hud appears again. whats wrong? local hudTable = { "radar", "ammo", "weapon", "area_name", "wanted", "money", "health", "clock", "vehicle_name" } addEventHandler("onClientResourceStart", resourceRoot, function() for id, hudComponents in ipairs(hudTable) do showPlayerHudComponent(hudComponents, false) end end ) addEventHandler("onClientResourceStop", resourceRoot, function() for id, hudComponents in ipairs(hudTable) do showPlayerHudComponent(hudComponents, true) end end )
-
it worked out great thanks man. if you want to see where its going to, or if anyone wants to help with the project its involved with, read this topic https://forum.multitheftauto.com/viewtopic.php?f=115&t=94301&p=846861#p846861
-
so i know you can do texture replacing, but can you do .dff replace scripts? i want to add this http://www.gtaall.com/gta-san-andreas/cars/43081-chevrolet-corvette-c6-iz-nfs-mw.html to my server (and yes i know its not an ordinary add), but i cant figure out how to get all the little bumper, door, wheel etc pieces loaded. i was able to do the main body txd and insert the paintjob into that but thats all
-
nothing. it said there was a ) typo on line 30, so i fixed it but now it says nothing and doesnt work
-
hey a little update, i just got around to testing it, and i added it as clientside and filled in the vehicle id in the script but its still not working. any ideas?
-
how can i make this panel openable by ONLY #000000Psycho Ma#990000ns Gang members? right now its allowed for all players but i want a panel that will allow my members to change skins without having to ask an admin
-
one more thing, is this server or clientside?