I thkn on the character selection when you click on a Ped it shows a GUi or some DxDrawing about its info like What name the faction, last seen, Age, and a button saying 'Play as Character Name'(I mean character name by a the RP name you selected such as Marcus McLone.
Okay so today I am going to show you how to get your MySQL Script to work weather you use Venux or MTA Paradise or a nother gamemode such as vG
First you will need to download XAMMP from:
http://www.apachefriends.org/en/xampp.html
install it and select the MySQL or SQL Feature.
once installed go into your browser and type in localhost then choose a language then click on phpMyAdmin
and you should get a new look click on databases
Create a new database and call it whatever you like I would use mta as mine
when you have done
if you have a script that needs you to import the homserver.sql then click on the database you made and click on import the import the file if you don't have one like the MTA Paradise then
go into your SQL Script and look for the mysql.lua in the MTA paradise and you should see something like this
if you look
local function connect( )
-- retrieve the settings
local server = get( "server" ) or "localhost"
local user = get( "user" ) or "root"
local password = get( "password" ) or ""
local db = get( "database" ) or "mta"
local port = get( "port" ) or 3306
local socket = get( "socket" ) or nil
if its like that its okay just click on run the server it should say upgrade whitch you do. then you should be able to join the Game.
now you can have MTA paradise
(this tut was for people who kept on asking me how to do the SQL.
Lol it was Created by a few people mount did not join Development till the Project was after 1.0 by the 3.0.2 time When Daniels or Fenix left all the old devs left so Daniels left MTA and gave the script to Vedic and gave it out I think.