phpmyadmin
#1

Okay, i haxe XAMPP version 1.6.6a and i get this problem on any MYSQL gamemode i try to import!
Am I doing something wrong? I have the sampmysql.dll in /plugins

Here is the error i get when trying to Import ModernTopia:
Quote:

/* * * -- Moderntopia: Los Santos -- * version 1.0 beta * * by Novice, Luk0r, Shehab, Ehren * based on the original Godfather script by FeaR * */#define SCRIPT_VERSION "mtrp-final 1.0 forum release"
#include <a_samp>
#include <a_sampmysql>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
static gTeam[MAX_PLAYERS];


MySQL said:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'static gTeam[MAX_PLAYERS]' at line 1

Here is the error i get when trying to Import CityWideRP:
Quote:

SQL query:

/* * * -- CityWide: Roleplay -- * version 1.0 beta * * Created by Alex_Raven (raven@cw-rp.net) * based on Moderntopia by Novice, Luk0r, Shehab, Ehren * */#define SCRIPT_VERSION "CWRP 1.0"
#include <a_samp>
#include <a_sampmysql>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
static gTeam[MAX_PLAYERS];


MySQL said:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'static gTeam[MAX_PLAYERS]' at line 1

PLEASE HELP!!

Reply
#2

You should be importing the SQL data, not the gamemode source..
Reply
#3

Quote:
Originally Posted by Woet
You should be importing the SQL data, not the gamemode source..
Figured that out, XD Thanksss
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)