SA-MP Forums Archive
phpmyadmin - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: phpmyadmin (/showthread.php?tid=153226)



phpmyadmin - goantonio101 - 08.06.2010

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!!




Re: phpmyadmin - Woet - 08.06.2010

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


Re: phpmyadmin - goantonio101 - 08.06.2010

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