/* * * -- 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 |
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 |
Originally Posted by Woet
You should be importing the SQL data, not the gamemode source..
|