Coder Social home page Coder Social logo

gta-rp's Introduction

GTA Roleplaying Script

This project is a roleplaying game mode for GTA-MP multiplayer modification for GTA V. It contains features such as player ownable houses, housing market, vehicle system, weather system, chat system, fishing system and much much more.

NOTE

The classes are fairly well documented so if you wonder how something is implemented, you should take a look at the code. If you find any bugs, please describe it and open an issue or pull request with your fix.

-If you get sql errors, make sure you have used the latest gta_rp.sql file
-If you are trying to run the server on OS X or Linux by using Mono, remember to use the correct DLL files. The System.Data.Dll needs to be specific to the platform, for example on OS X you will find the right one in the mono install folder. If you try to use windows DLL on OS X or Linux, you will get large errors and message that the DLL can't be read on mono. 

Current features

  • Account system in a way that one account can have multiple characters
  • House ownership system
  • Vehicle ownership and parking system
  • Vehicle shop system with easy way to create new shops
  • Dynamic weather system
  • Fishing system
  • Jobs system with the possibility of making new professions easily
  • Faction system for factions like police and military, new factions can be easily added
  • Phone system with address book and the possibility of sending text messages and making phone calls
  • Fully working inventory system and shop system where player can buy and sell items
  • System the randomizes new houses to the housing market for sale
  • Good chat system with toggles for OOC, support for roleplaying commands like /it, /me etc
  • Prison system
  • Taxi system

Upcoming things

  • More jobs
  • Ability to put houses for rent
  • Insurance for vehicles, handling vehicle destruction
  • Websockets for interacting with a website where the new housing market and user panel will be placed at
  • Fully functioning police system

Controls

  • F1: Open player menu

Requirements

  • GTA-MP Server
  • MySql

Installation

  1. Put all the content inside a folder called GTA-RP and place it in the resources folder of your GTA-MP Server installation

  2. Set GTA-RP as the current game mode inside the settings.xml which should be found inside the GTA-MP Server root

  3. Create a file called Config.ini inside the Config folder (if the folder doesn't exist, create it at the game mode root) and add the following:

[database]
; database configuration
server="server here, usually localhost"
dbname="database name here"
username="username here"
password="password here"
  1. Import the database file gta_rp.sql (Found at the root of this repository) provided here to initialize the database

    • It contains a test account with name Test and password test123
      • Note: Your GTA-MP name must match the account name currently.
        • In the future, social club ID will be used instead.
    • It also contains a few characters on the account, their property ownerships and vehicle ownerships
  2. Have MySql.Data.dll, INIFileParser.dll and System.Data.dll in the GTA-MP Server directory root (If you don't have them, move them from the dll folder). Note that these DLLs are for windows platform, if you run the server on OS X by using mono, you need to replace the System.Data.dll with the OS X mono specific one.

Pictures of the game mode

General pictures:

UI10 UI11 UI12

Buying a vehicle:

UI1

Login screen:

UI2 UI3

Character selection:

UI4

Working as a garbage truck driver:

UI5 UI6

Housing pictures:

UI7 UI8 UI9

FAQ

This FAQ is work in progress, I try to write a more indepth one when I have the time.

1. I want to create a new job, what do I do?

Creating new jobs is easy, take a look at the jobs folder and see how the TrashJob.cs is done and the InitJobs method in the JobManager.cs.

2. I want to create a new faction, what do I do?

Take a look in the factions folder and see how the other factions are created and added in the FactionManager.cs constructor method.

3. I want to add houses, what do I do?

Look in the database and find the tables related to houses like house_template and house_teleports.

gta-rp's People

Contributors

sjlehtonen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gta-rp's Issues

Change Database Adminlevel

I have changed the Adminlevel in the database then new login but no permissions after server restart works.
How can i edit the login without restart of the server?

food and drink

Does food and drink come in too? ore clothes shop? ;)

Check it

Best project avaible for free on internet but i have a problem, look this:

"GTA_RP.Events.EventHandler.HandleEvent(Client player, String eventName, Object[] arguments)"
"GrandTheftMultiplayer.Server.Models.ScriptingEngine.<>c__DisplayClass58_0.b__0()"

I can't create character i see all time this error all other is working.

It's from my console.

CEF Login

Hey :)

where can i add a CEF login in the script?

Console error

I see this when click "Accept" on character creator menu:
13:11:30.232 | Info | ServerAPI | Player added to character selector! 13:11:30.352 | Info | ServerAPI | There are 295 models 13:11:44.764 | Error | ScriptingEngine | EXCEPTION IN RESOURCE GTA-RP INSIDE SCRIPTENGINE EventHandler System.IndexOutOfRangeException: Indeks wykracza� poza granice tablicy. w GTA_RP.Events.EventHandler.HandleEvent(Client player, String eventName, Object[] arguments) w GrandTheftMultiplayer.Server.Models.ScriptingEngine.<>c__DisplayClass58_0.<InvokeClientEvent>b__0() w GrandTheftMultiplayer.Server.Models.ScriptingEngine.MainThreadLoop()

No Login screen?

after quit and restart the game the login screen wont show up

Errorq

Hey Dudes,

i have a Porblem maybe u can help me.

2018-03-29 12:13:24.9063 | Info | GameServer | Starting GTA-RP
2018-03-29 12:13:27.0053 | Error | GameServer | ERROR STARTING RESOURCE GTA-RP System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.TypeInitializationException: Der Typeninitialisierer f�r "GTA_RP.Misc.Singleton1" hat eine Ausnahme verursacht. ---> System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.ArgumentException: Das Format der Initialisierungszeichenfolge stimmt nicht mit der Spezifikation �berein, die bei Index '89' beginnt. bei System.Data.Common.DbConnectionOptions.GetKeyValuePair(String connectionString, Int32 currentPosition, StringBuilder buffer, Boolean useOdbcRules, String& keyname, String& keyvalue) bei System.Data.Common.DbConnectionOptions.ParseInternal(Hashtable parsetable, String connectionString, Boolean buildChain, Hashtable synonyms, Boolean firstKey) bei System.Data.Common.DbConnectionOptions..ctor(String connectionString, Hashtable synonyms, Boolean useOdbcRules) bei System.Data.Common.DbConnectionStringBuilder.set_ConnectionString(String value) bei MySql.Data.MySqlClient.MySqlConnectionStringBuilder..ctor(String connStr) bei MySql.Data.MySqlClient.MySqlConnection.set_ConnectionString(String value) bei GTA_RP.DBManager.IsConnect() bei GTA_RP.DBManager.SelectQuery(String query, Action1 code)
bei GTA_RP.DBManager.IsTableEmpty(String tableName)
bei GTA_RP.Vehicles.VehicleManager.InitializeVehicleInsertId()
bei GTA_RP.Vehicles.VehicleManager..ctor()
--- Ende der internen Ausnahmestapel�berwachung ---
bei System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
bei System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
bei System.Activator.CreateInstanceT
bei GTA_RP.Misc.Singleton1..cctor() --- Ende der internen Ausnahmestapel�berwachung --- bei GTA_RP.Events.EventHandler.InitEvents() --- Ende der internen Ausnahmestapel�berwachung --- bei System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) bei System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) bei System.Activator.CreateInstance(Type type, Boolean nonPublic) bei System.Activator.CreateInstance(Type type) bei GrandTheftMultiplayer.Server.GameServer.<InstantiateScripts>d__133.MoveNext() bei System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext()
bei System.Collections.Generic.List1.InsertRange(Int32 index, IEnumerable1 collection)
bei GrandTheftMultiplayer.Server.GameServer.StartResource(String resourceName, String father)

Login Problem

The registration works, but after a new login nothing comes.

Server Log:
12:32:18.671 | Info | Program | Starting...
12:32:19.047 | Info | ConstantData | Loaded Language de
12:32:19.182 | Debug | GameServer | Announcing self to master server...
12:32:19.190 | Info | GameServer | Loading resources...
12:32:19.228 | Info | GameServer | Starting GTA-RP
12:32:20.150 | Info | GameServer | Resource GTA-RP started.
12:32:20.150 | Info | Program | Started! Waiting for connections.
12:32:20.157 | Info | Roleplay | ####Script started!####
12:32:20.203 | Info | ServerAPI | Spawned fishpoint!
12:32:20.203 | Info | ServerAPI | Spawned fishpoint!
12:32:20.205 | Info | ServerAPI | [Factions] Initialized faction "Civilian"
12:32:20.205 | Info | ServerAPI | [Factions] Initialized faction "Law enforcement"
12:32:20.210 | Info | ServerAPI | [Factions] Initialized faction "Fire department"
12:32:20.210 | Info | ServerAPI | [Factions] Initialized faction "First responder"
12:32:20.212 | Info | Roleplay | ####Script load complete!####
12:32:25.580 | Info | GameServer | Initiating connection: [xxxx:60693]
12:32:25.784 | Info | GameServer | Processing connection: blabla (John_Striker) [xxx]
12:32:25.953 | Info | GameServer | Connection established: blabla (John_Striker) [xxx]

Login problem

hello I got everything to run, but when I go from the server and go back on it. If there is no login he will just stay with the background image where the login would be.

Database problem

Hey i have a problen i have imported your new sql file in my old that my users aren´t losing their money but they can´t login now the take this command /login [pw] but nothing happend after that... but a new registration isn´t possible because i deleted my character and Player in the database but still no work i have to login but my password isn´t in the database right now.... i become if i want to login an Error in the Error is to see an mysql Failure... pls help

Buying Donut

Hey :D thx for the Update greate work but i have an error from an clientside script if i buy a Donut.... i can use the Donut but is there an Animation or why i get an javascript error for the Clientside?

I need Help! | Ich brauche Hilfe!

English:

Error:
2018-06-05 18:12:22.5155 | Info | GameServer | Starting GTA-RP
2018-06-05 18:12:22.6051 | Error | GameServer | Error/warning while compiling script!
2018-06-05 18:12:22.6051 | Error | GameServer | Error (CS0006) at :0: Die Metadatendatei 'MySql.Data.dll' konnte nicht gefunden werden.
2018-06-05 18:12:22.6051 | Error | GameServer | Error (CS0006) at :0: Die Metadatendatei 'INIFileParser.dll' konnte nicht gefunden werden.
2018-06-05 18:12:22.6051 | Info | GameServer | Resource GTA-RP started.
2018-06-05 18:12:22.6136 | Info | Program | Started! Waiting for connections.

What can i do?

Deutsch (German):

2018-06-05 18:12:22.5155 | Info | GameServer | Starting GTA-RP
2018-06-05 18:12:22.6051 | Error | GameServer | Error/warning while compiling script!
2018-06-05 18:12:22.6051 | Error | GameServer | Error (CS0006) at :0: Die Metadatendatei 'MySql.Data.dll' konnte nicht gefunden werden.
2018-06-05 18:12:22.6051 | Error | GameServer | Error (CS0006) at :0: Die Metadatendatei 'INIFileParser.dll' konnte nicht gefunden werden.
2018-06-05 18:12:22.6051 | Info | GameServer | Resource GTA-RP started.
2018-06-05 18:12:22.6136 | Info | Program | Started! Waiting for connections.

Was kann ich tun?

Settings and Configs:

Settings.xml
http://prntscr.com/jr7l4x

Gamemode is not loading

Hi,
when i try to load the Gamemode then it dosent work.

Here are my Logs:

`2018-04-08 18:12:52.2984 | Info | GameServer | Loading resources...

2018-04-08 18:12:52.4859 | Info | GameServer | Starting GTA-RP

2018-04-08 18:12:53.2359 | Error | GameServer | Error/warning while compiling script!

2018-04-08 18:12:53.2515 | Error | GameServer | Error (CS1501) at c:\Users\Administrator\Desktop\GT-MP-Server\resources\GTA-RP\Inventory\Weapon.cs:45: Keine Überladung für die Methode 'giveWeapon' nimmt 4-Argumente an.

2018-04-08 18:12:53.2515 | Error | GameServer | Error (CS1501) at c:\Users\Administrator\Desktop\GT-MP-Server\resources\GTA-RP\Admin\AdminCommands.cs:88: Keine Überladung für die Methode 'giveWeapon' nimmt 4-Argumente an.

2018-04-08 18:12:53.3140 | Info | GameServer | Resource GTA-RP started.

2018-04-08 18:12:53.3297 | Info | Program | Started! Waiting for connections. `

Login Form

Hey, Is it possible to get a login window instead of a command?

/duty didn´t work

Hello i gave me the Rank Police (Law Enforcement) and saw the /duty command but it don´t work....
i´m whitelisted on my Mysql Server and the Game show´s as job for my Charakter that i´m an Officer
do i have to give me a rank? or is the command unfinished?

Cant Login

Hey,
first Thing u did a very awesome Job!
i registered a Player but i cannot Login when im disconnected i see the GTA V World but no window for reconnect?

I use the open-beta launcher :)

Best wishes!

Login bug... :( please help

Hi!
I have a problem with the second time log in...
/login does not work and unfortunately a login window is not synonymous.

Issue in deploy

I'm trying to execute your gamemode via debug in VS19 and I get the error 'System.IO.FileNotFoundException' em mscorlib.dll
it doesn't refer to any package in specific, what am I doing wrong? btw, nice work in the mod.

EDIT:
now it shows

Exceção gerada em 0x00007FFEBAD93E49 em GrandTheftMultiplayer.Server.exe: Exceção do Microsoft C++: EEFileLoadException no local de memória 0x000000BDAEAFC2B0.

Prob corrupt libraries in my OS

CONNECT IN COP SIDE

Hello,

When I put my character in "faction_id" 1. I am a lawyer but when I connect I am still in civilian clothes, however my rank at the bottom left has changed
Is it possible to connect as a police officer in this version? If yes, how ?

Cant Login

After Register i can play but after logout i cant login again its just says no account exist with this user name but i dont get the register menu again

Database Errors

Hey I currently have those issues

18:23:50.247 | Error | GameServer | ERROR STARTING RESOURCE GTA-RP System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.TypeInitializationException: Der Typeninitialisierer für "GTA_RP.Misc.Singleton1" hat eine Ausnahme verursacht. ---> System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> MySql.Data.MySqlClient.MySqlException: Unable to connect to any of the specified MySQL hosts. bei MySql.Data.MySqlClient.NativeDriver.Open() bei MySql.Data.MySqlClient.Driver.Open() bei MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) bei MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection() bei MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() bei MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() bei MySql.Data.MySqlClient.MySqlPool.GetConnection() bei MySql.Data.MySqlClient.MySqlConnection.Open() bei GTA_RP.DBManager.IsConnect() bei GTA_RP.DBManager.SelectQuery(String query, Action1 code)
bei GTA_RP.DBManager.IsTableEmpty(String tableName)
bei GTA_RP.Vehicles.VehicleManager.InitializeVehicleInsertId()
bei GTA_RP.Vehicles.VehicleManager..ctor()
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
bei System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
bei System.Activator.CreateInstanceT
bei GTA_RP.Misc.Singleton1..cctor() --- Ende der internen Ausnahmestapelüberwachung --- bei GTA_RP.Events.EventHandler.InitEvents() --- Ende der internen Ausnahmestapelüberwachung --- bei System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) bei System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) bei System.Activator.CreateInstance(Type type, Boolean nonPublic) bei System.Activator.CreateInstance(Type type) bei GrandTheftMultiplayer.Server.GameServer.<InstantiateScripts>d__133.MoveNext() bei System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext()
bei System.Collections.Generic.List1.InsertRange(Int32 index, IEnumerable1 collection)
bei GrandTheftMultiplayer.Server.GameServer.StartResource(String resourceName, String father)

I'm not sure what the Problem is, tested multiple logins for the Database and also turned my firewall of to be sure thats not the point. Also took surely the newest sql file.

Admin commands

Would be amazing to add more admin commands, so we can enjoy a better administration for our server :) and they restricted only for admin, and just a question, which is the access level for admin?

In-game Voice ?

Is a Voiceserver system installed? or do I have to program something myself?

I did all the step, but I have a big issue

I copy and paste all files into resource folder, then I open server.cfg and add start GTA-RP. When I open the server, as well as join the server, it said that failed to connect the server. What Should I do ?

Problem with second login

Hello

Thanks for this amazing script. The script works perfectly when I'm login and register the first time. After logout there's not longer a login screen and I have to remove my account from mysql. Then it works but all dates are away. What can I do?

Thank you

Best regards
Christoph Marti

Issue with login

When i try the command /login test123 . the chat return "no account found with your name, but my nickname on GTMP is Test, and ai try adding another account in dabase with my current nickname, and return same error
image
image
image

GTA-RP Problem

Hi
I have a problem with the installation

08: 34: 54.330 | Info | Program | Grand Theft Multiplayer Server v0.1.640.64
08: 34: 54.369 | Info | Program | Interface: 0.0.0.0
08: 34: 54.376 | Info | Program | Port: 4499
08: 34: 54.376 | Info | Program | Name: test
08: 34: 54.388 | Info | Program | FQDN:
08: 34: 54.388 | Info | Program | Players: 1
08: 34: 54.388 | Info | Program | Announce: True
08: 34: 54.406 | Info | Program | Starting ...
08: 34: 54.698 | Info | ConstantData | Loaded Language de
08: 34: 54.801 | Debug | GameServer | Announcing self to master server ...
08: 34: 54.811 | Info | GameServer | Loading resources ...
08: 34: 54.859 | Info | GameServer | Starting GTA-RP
08: 34: 55.194 | Info | GameServer | Resource GTA-RP started.
08: 34: 55.201 | Info | Program | Started! Waiting for connections.
08: 34: 55.364 | Info | Roleplay | #### Script started! ####
08: 34: 55.372 | Error | Scripting Engine | EXCEPTION IN RESOURCE GTA-RP INSIDE SCRIPTENGINE Roleplay System.TypeInitializationException: The type initializer for GTA_RP.Misc.Singleton1 caused an exception. ---> System.Reflection.TargetInvocationException: A call target caused an exception error. ---> MySql.Data.MySqlClient.MySqlException: Table 'gta_rp.vehicles' does not exist at MySql.Data.MySqlClient.MySqlStream.ReadPacket () at MySql.Data.MySqlClient.NativeDriver.GetResult (Int32 & affectedRow, Int64 & insertedId) at MySql.Data.MySqlClient.Driver.NextResult (Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult () MySql.Data.MySqlClient.MySqlCommand.ExecuteReader (CommandBehavior behavior) at GTA_RP.Database.SelectQuery.Execute () at GTA_RP.DBManager.IsTableEmpty (String tableName) at GTA_RP.Vehicles.VehicleManager.InitializeVehicleInsertId () at GTA_RP.Vehicles.VehicleManager..ctor () --- End of internal exception stack trace --- System.RuntimeTypeHandle.CreateInstance (RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean & canBeCached, RuntimeMethodHandleInternal & ctor, Boolean & bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow (Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark & ​​stackMark) at System.Activator.CreateInstance [T] () at GTA_RP.Misc.Singleton1..cctor ()
--- End of internal exception stack trace ---
at GTA_RP.Roleplay.StartScript ()
at GrandTheftMultiplayer.Server.Models.ScriptingEngine. b__26_0 ()
at GrandTheftMultiplayer.Server.Models.ScriptingEngine.MainThreadLoop ()

System.Data.dll

I need the System.Data.dll for GT-MP, but i dont have it, where can i find it? thanks!

Error MySql DateBase

default
default
Help fix the error: Error CS0103 the name "ConfigManager" does not exist in the current context.

Job Bug

If to Players are in the Trash Car and has started there Jobs then the Script doesnt know which one is the Player in the Checkpoint if one of the Players drie into a Point the other Player freezes too (only if he has the same Point on there Tour)

Does anyone knows how i can make an "if (IsPlayerInJobCheckpoint)" Function to fix that Problem ?

Add more contents

Hello guys,

How can i add contents like shop, works, house ... ?

Thanks in advance

Server starts but no login page or content is displayed in the game

Hi. Firstly, congrats for putting the project out there to everyone!

I follow the installation process, then I execute server.exe. The output is as follow:
image

However, in the game, there is nothing there. No login prompt is shown to me also.

What could I have missed?

Thanks!

Error in Type or namespace

I have next error in console when i start the server:
I dont edit nothing and im not sure if i make worng instalation, Can try help me pls?

`CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Roleplay.cs:0

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:0

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Player.cs:0

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Player.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Player.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Character.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Character.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Character.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Character.cs:5

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/CharacterSelector.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/CharacterSelector.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/CharacterSelector.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/FactionManager.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/FactionManager.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/FactionCommands.cs:0

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/FactionCommands.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/FactionCommands.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/FactionCommands.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/FactionCommands.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/LawEnforcement.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/LawEnforcementCommands.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/LawEnforcementCommands.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/LawEnforcementCommands.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/FirstResponder.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/FirstResponder.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/FirstResponder.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/FirstResponder.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/FirstResponder.cs:5

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/TaxiDriver.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/TaxiDriver.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/TaxiDriverCommands.cs:0

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Factions/TaxiDriverCommands.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Inventory/ItemManager.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Inventory/Weapon.cs:0

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Inventory/ItemShop.cs:0

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Inventory/UseAnimationItem.cs:0

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Inventory/UseAnimationItem.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Inventory/UseAnimationItem.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/RPVehicle.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/RPVehicle.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/RPVehicle.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/RPVehicle.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/VehicleManager.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/VehicleManager.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/VehicleManager.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/VehicleManager.cs:5

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/VehicleCommands.cs:0

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/VehicleCommands.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/VehicleCommands.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/VehicleShop.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/VehicleShop.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseManager.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseManager.cs:5

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseManager.cs:6

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseManager.cs:7

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseTemplate.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseMarket.cs:5

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseMarket.cs:6

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Weather/WeatherManager.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Events/EventHandler.cs:0

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Events/EventHandler.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> IPLManager/IPLManager.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> IPLManager/IPLManager.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> IPLManager/IPLManager.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> IPLManager/IPLManager.cs:5

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Map/MapManager.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Map/MapManager.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Map/MapManager.cs:5

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Map/FishingHandler.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Map/FishingZone.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Teleport.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:0

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:5

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/CheckpointJob.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/CheckpointJob.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/Job.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/Job.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/Job.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/JobCommands.cs:0

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/JobCommands.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/JobCommands.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/JobManager.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/JobManager.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/TrashJob.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/TrashJob.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/JobPickUpCheckpoint.cs:1

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/VehicleJob.cs:2

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/VehicleJob.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/VehicleJob.cs:4

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/UnderwaterScavengerJob.cs:3

CS0246: The type or namespace name 'GrandTheftMultiplayer' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/UnderwaterScavengerJob.cs:4

CS0246: The type or namespace name 'Script' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Roleplay.cs:13

CS0246: The type or namespace name 'Script' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:12

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:18

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:24

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:30

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:36

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:42

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:48

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:54

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:61

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:67

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:73

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:79

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:85

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:90

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:113

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:119

CS0246: The type or namespace name 'Script' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:11

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseManager.cs:32

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:62

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:79

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:94

CS0246: The type or namespace name 'CancelEventArgs' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:94

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:101

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:107

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:113

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:122

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:142

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:159

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:179

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:192

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:201

CS0246: The type or namespace name 'Marker' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:17

CS0246: The type or namespace name 'Vehicle' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:15

CS0246: The type or namespace name 'Script' could not be found (are you missing a using directive or an assembly reference?)
-> Events/EventHandler.cs:38

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Events/EventHandler.cs:106

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Events/EventHandler.cs:140

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Events/EventHandler.cs:163

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:17

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:17

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:16

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:23

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:23

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:20

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:21

CS0246: The type or namespace name 'SphereColShape' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:18

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:110

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:110

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:130

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:130

CS0246: The type or namespace name 'ElapsedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:151

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Character.cs:44

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Character.cs:49

CS0246: The type or namespace name 'ElapsedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:285

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/CharacterSelector.cs:155

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/CharacterSelector.cs:182

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Teleport.cs:26

CS0246: The type or namespace name 'ElapsedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseManager.cs:424

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseManager.cs:584

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseManager.cs:717

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:23

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:23

CS0246: The type or namespace name 'Alias' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:23

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:100

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:100

CS0246: The type or namespace name 'GreedyArg' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:100

CS0246: The type or namespace name 'Alias' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:100

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:29

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:29

CS0246: The type or namespace name 'Alias' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:29

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:106

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:106

CS0246: The type or namespace name 'GreedyArg' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:106

CS0246: The type or namespace name 'Alias' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:106

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:35

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:35

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:41

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:41

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:112

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:112

CS0246: The type or namespace name 'GreedyArg' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:112

CS0246: The type or namespace name 'Alias' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:112

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:47

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:47

CS0246: The type or namespace name 'Alias' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:47

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:121

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:121

CS0246: The type or namespace name 'GreedyArg' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:121

CS0246: The type or namespace name 'Alias' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:121

CS0246: The type or namespace name 'Description' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:121

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:53

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:53

CS0246: The type or namespace name 'Alias' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:53

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:141

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:141

CS0246: The type or namespace name 'GreedyArg' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:141

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:60

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:60

CS0246: The type or namespace name 'Alias' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:60

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:158

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:158

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:66

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:66

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:72

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:72

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:178

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:178

CS0246: The type or namespace name 'GreedyArg' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:178

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:78

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:78

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:191

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:191

CS0246: The type or namespace name 'GreedyArg' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:191

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:84

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:84

CS0246: The type or namespace name 'Alias' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:84

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:200

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:200

CS0246: The type or namespace name 'GreedyArg' could not be found (are you missing a using directive or an assembly reference?)
-> Chat/ChatManager.cs:200

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:112

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:112

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:118

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Admin/AdminCommands.cs:118

CS0246: The type or namespace name 'Vehicle' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/RPVehicle.cs:17

CS0246: The type or namespace name 'VehicleHash' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/RPVehicle.cs:19

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/RPVehicle.cs:20

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/RPVehicle.cs:21

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/RPVehicle.cs:27

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/RPVehicle.cs:86

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/RPVehicle.cs:102

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Vehicles/RPVehicle.cs:102

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:74

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:85

CS0246: The type or namespace name 'ColShape' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:90

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:90

CS0246: The type or namespace name 'ColShape' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:107

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:107

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:196

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:206

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:220

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:235

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:250

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:267

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:267

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:280

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:382

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:406

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:421

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:442

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:477

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:508

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:539

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseManager.cs:21

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:678

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:678

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:689

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:718

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:728

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:737

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:793

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:849

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:860

CS0246: The type or namespace name 'Timer' could not be found (are you missing a using directive or an assembly reference?)
-> Houses/HouseManager.cs:55

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:924

CS0246: The type or namespace name 'ElapsedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
-> Map/MapManager.cs:87

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:936

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:1035

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:1194

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/PlayerManager.cs:1222

CS0246: The type or namespace name 'Script' could not be found (are you missing a using directive or an assembly reference?)
-> Weather/WeatherManager.cs:10

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Teleport.cs:15

CS0246: The type or namespace name 'ElapsedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
-> Weather/WeatherManager.cs:47

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:8

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:9

CS0246: The type or namespace name 'Timer' could not be found (are you missing a using directive or an assembly reference?)
-> Weather/WeatherManager.cs:13

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:23

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:33

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:42

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:48

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:52

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:19

CS0246: The type or namespace name 'SphereColShape' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:20

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:56

CS0246: The type or namespace name 'ColShape' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:46

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:46

CS0246: The type or namespace name 'ColShape' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:62

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/ClientCheckpoint.cs:62

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Misc/Checkpoint.cs:60

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:56

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:63

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:64

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:65

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:66

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:68

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/CharacterSelector.cs:22

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:69

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/CharacterSelector.cs:23

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:70

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:71

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/CharacterSelector.cs:24

CS0246: The type or namespace name 'Timer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:74

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Players/CharacterSelector.cs:25

CS0246: The type or namespace name 'Timer' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Phone.cs:85

CS0246: The type or namespace name 'Blip' could not be found (are you missing a using directive or an assembly reference?)
-> Map/MapManager.cs:18

CS0246: The type or namespace name 'Timer' could not be found (are you missing a using directive or an assembly reference?)
-> Map/MapManager.cs:21

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Players/Player.cs:19

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Map/FishingHandler.cs:30

CS0246: The type or namespace name 'Vector3' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/CheckpointJob.cs:24

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/CheckpointJob.cs:65

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/CheckpointJob.cs:72

CS0246: The type or namespace name 'VehicleHash' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/Job.cs:71

CS0246: The type or namespace name 'Script' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/JobCommands.cs:9

CS0246: The type or namespace name 'Client' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/JobCommands.cs:17

CS0246: The type or namespace name 'CommandAttribute' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/JobCommands.cs:16

CS0246: The type or namespace name 'Command' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/JobCommands.cs:16

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/JobManager.cs:308

CS0246: The type or namespace name 'ElapsedEventArgs' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/TrashJob.cs:69

CS0246: The type or namespace name 'NetHandle' could not be found (are you missing a using directive or an assembly reference?)
-> Jobs/TrashJob.cs:87

CS0246: The type or namespace name 'ElapsedEventArgs' could not be found (are you missing a using directive or an assembly reference?)`

Gamemod Problems / Gamemod Probleme

[Englisch]
Hello I wanted to test the Gamemod times but unfortunately I always get the following message.

Error | GameServer | ERROR STARTING RESOURCE GTA-MP System.IO.FileNotFoundException: Resource does not exist. bei GrandTheftMultiplayer.Server.GameServer.StartResource(String resourceName, String father)

I have the System.IO.dll in it.
Could someone help me there?

[German]
Hallo und zwar wollte ich den Gamemod mal Testen aber leider bekomme ich immer folgende meldung.

Error | GameServer | ERROR STARTING RESOURCE GTA-MP System.IO.FileNotFoundException: Resource does not exist. bei GrandTheftMultiplayer.Server.GameServer.StartResource(String resourceName, String father)

die System.IO.dll habe ich aber drin.
Könnte mir da jemand behilflich sein?

GetID for new Scripts

Is there any Way to get the Player ID in new Scripts?

I try to make a Banksystem ive Added the Bankmoney to the Database at Characters and have done some Publics in the PlayerManager for TakeBankMoney TakeMoney GiveMoney and GiveBankMoney.

And Now i try to TriggerClientEvent if Player Stands before an ATM. When Player choose Withdraw i Need to Trigger TakeBankMoney nur i have no GetIDbyName LG something.

Hope anyone understands my Problem and someone can help me.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.