GuillaumeBenit / LicensePlate

Addon for Garry's Mod. Add license plates on your vehicles !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License Plate

Addon for Garry's Mod. Add license plates on your vehicles !

Download last release : LicensePlate-master.zip

Download snapshot release : LicensePlate-dev.zip

Follow this addon on Steam Workshop (for server) : License plate

Follow this addon on Steam Workshop (for client) : License plate - content

Installation

  • Download and unzip the last version (avaible here).
  • Put the file in garrysmod/addons/.
  • Restart your server.
  • Connect on your server as admin and open your context menu. Open "License plate" and follow the instructions for choose your language (the default language is french).
  • Restart your server and have fun !

How to add liscence plates to vehicles ?

If you want add liscence plates to your vehicles, you need input and edit this code in your vehicle file :

LicensePlate=LicensePlate or {}

LicensePlate.ModelPlates={
    ["models/buggy.mdl"]={
        {
            pos=Vector(0,64.5,15),
            ang=Angle(0,180,90),
            scale=0.05
        },
        {
            pos=Vector(0,-108,20),
            ang=Angle(0,0,90),
            scale=0.05
        }
    }
}

Else, you need fork and edit this code and pull request your changes. For add new vehicles you need edit LicensePlate/lua/autorun/licenseplate_veh.lua.

About

Addon for Garry's Mod. Add license plates on your vehicles !

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%