Jump to content

[REL] Mod Shop v1.5! (You must have it!)


50p

Recommended Posts

  • 2 weeks later...
  • 7 months later...
  • 2 weeks later...

For the people that want to know how to add modshops, first go in-game and get the Position in coordinates of were your marker should be, then go into modshops.xml and put this in:

    </shop> 
 <shop name="nameoftunegarage"> 
   <position X="3119.3950195313" Y="-606.62030029297" Z="1223.4310302734" /> 
 </shop> 

Make it right under the others, change your name and the coordinates, save. then go into server.lua you see all those lines of modshop? Copy this:

modShops[ 4 ] = { } 
--modShops[ 4 ].colShape = createColTube( 3119.3950195313, -606.62030029297, 1223.4310302734, 200, 1000 ) 
modShops[ 4 ].veh = false 
modShops[ 4 ].marker = createMarker(  
3119.3950195313, -606.62030029297, 1223.4310302734, "cylinder", 3, 255, 0, 0, 100 ) 
modShops[ 4 ].name = "thenameofshop." 
--createBlipAttachedTo( modShops[ 4 ].marker, 27, 2, 0,0,0,255, 0, 150 ) 
createBlipAttachedTo( modShops[ 4 ].marker, 27, 2, 0,0,0,255, 0, 180 ); 

Change all the coordinates, i think you know were to change them ;) Good luck! Btw it would be smart too check the server.lua in script editor for any erros i/you made :P thanks 50p fot this great script :D

EDIT: make sure the info stays on 1 line i couldn't help it in code.... thats an extra reason to check with script editor

Link to comment
  • 2 weeks later...
  • 2 months later...

Hi!

First of all, thanks for this resource:)

It worked fine, till a few days ago. Now the gui freezes .. or lets say it isn't clickable.

I upgraded the server .. maybe conflicts with other resources or the version?

The only way to get out is to disconnect,... what is pretty anoying :)

Could someone help me, pls ?

Edit: there was a upgrade for modshop, still don't work...

Ideas ?

Link to comment
  • 1 month later...
  • 3 weeks later...

Btw 50p and Ransom, the Slamvan is missing some upgrades. You can see there's actually 2 each category, but there's only one for some of vehicle specific upgrades.

Plus, on freeroam, you can't upgrade slamvan, because there's no upgrades inside, though slamvan is widely customizable. It should be added!

Link to comment
  • 5 months later...
  • 2 weeks later...
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...