• Garry's Mod Dark RP Server Floating Guns
    9 replies, posted
Iv'e tried searching this up various times, they all say to install css to my server, ive done that but guns and money still float...help! anyone?
[QUOTE=carchangelc;38578119]Iv'e tried searching this up various times, they all say to install css to my server, ive done that but guns and money still float...help! anyone?[/QUOTE] Same problem for me! D:
Are there any errors? and do YOU have css installed?
[QUOTE=acommentator;38580854]Are there any errors? and do YOU have css installed?[/QUOTE] yes i have it installed, no errors that i see
can i see the addentities for your server? are you sure that everything is correct? and what weapons pack are you using?
I have the same problem, I spawn money and it just floats there as a null entity. I have read on other forums, and found out that ALL of my css .mdl files are gone from c"\sicds\orangebox\css\models. All of the folders are there like cs_assult (where the money model is) but there are no .mdl files in there, HELP US!!!
Reinstall CSS. Also shouldn't the path to the content be orangebox/cstrike
That is what a bunch of others told me to do. But also the models are gon in my steam\steamapps\username\counter-strike source files too.
Delete the CSS folder on your server, then run a steam update.
[QUOTE=acommentator;38582536]can i see the addentities for your server? are you sure that everything is correct? and what weapons pack are you using?[/QUOTE] I didnt change anything, but here: AddCustomShipment("Desert eagle", { model = "models/weapons/w_pist_deagle.mdl", entity = "weapon_deagle2", price = 215, amount = 10, seperate = true, pricesep = 215, noship = true, allowed = {TEAM_GUN} }) AddCustomShipment("Fiveseven", { model = "models/weapons/w_pist_fiveseven.mdl", entity = "weapon_fiveseven2", price = 0, amount = 10, seperate = true, pricesep = 205, noship = true, allowed = {TEAM_GUN} }) AddCustomShipment("Glock", { model = "models/weapons/w_pist_glock18.mdl", entity = "weapon_glock2", price = 0, amount = 10, seperate = true, pricesep = 160, noship = true, allowed = {TEAM_GUN} }) AddCustomShipment("P228", { model = "models/weapons/w_pist_p228.mdl", entity = "weapon_p2282", price = 0, amount = 10, seperate = true, pricesep = 185, noship = true, allowed = {TEAM_GUN} }) AddCustomShipment("AK47", { model = "models/weapons/w_rif_ak47.mdl", entity = "weapon_ak472", price = 2450, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("MP5", { model = "models/weapons/w_smg_mp5.mdl", entity = "weapon_mp52", price = 2200, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("M4", { model = "models/weapons/w_rif_m4a1.mdl", entity = "weapon_m42", price = 2450, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Mac 10", { model = "models/weapons/w_smg_mac10.mdl", entity = "weapon_mac102", price = 2150, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Pump shotgun", { model = "models/weapons/w_shot_m3super90.mdl", entity = "weapon_pumpshotgun2", price = 1750, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddCustomShipment("Sniper rifle", { model = "models/weapons/w_snip_g3sg1.mdl", entity = "ls_sniper", price = 3750, amount = 10, seperate = false, pricesep = nil, noship = false, allowed = {TEAM_GUN} }) AddEntity("Drug lab", { ent = "drug_lab", model = "models/props_lab/crematorcase.mdl", price = 400, max = 3, cmd = "/buydruglab", allowed = {TEAM_GANG, TEAM_MOB} }) AddEntity("Money printer", { ent = "money_printer", model = "models/props_c17/consolebox01a.mdl", price = 1000, max = 2, cmd = "/buymoneyprinter" }) AddEntity("Microwave", { ent = "microwave", model = "models/props/cs_office/microwave.mdl", price = 400, max = 1, cmd = "/buymicrowave", allowed = TEAM_COOK }) AddEntity("Gun lab", { ent = "gunlab", model = "models/props_c17/TrapPropeller_Engine.mdl", price = 500, max = 1, cmd = "/buygunlab", allowed = TEAM_GUN }) -- ADD CUSTOM SHIPMENTS HERE(next line):
Sorry, you need to Log In to post a reply to this thread.