mirror of
https://github.com/jimathy/jim-boarding.git
synced 2026-07-31 09:38:36 -04:00
11 lines
276 B
Lua
11 lines
276 B
Lua
name "ElectricSkateboard"
|
|
author "Jimathy"
|
|
version "v1.0"
|
|
description "Electric Skateboard Script By Jimathy"
|
|
fx_version "cerulean"
|
|
game "gta5"
|
|
|
|
dependencies { 'qb-target', }
|
|
shared_scripts { 'shared/*.lua' }
|
|
client_scripts { 'client/*.lua', }
|
|
server_script { 'server/*.lua' } |