Raised This Month: $ Target: $400
 0% 

[CS:S] Gangs Mod - Jailbreak


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Eden.Campo
Member
Join Date: Mar 2013
Old 07-02-2013 , 00:40   Re: Gangs Mod - Jailbreak
Reply With Quote #3

Quote:
Originally Posted by Gecko View Post
You messed up your SQL syntax,
Code:
CREATE TABLE IF NOT EXISTS Gang.Gangs_Users
(
	SteamID varchar(255) NOT NULL,
	Name varchar(255) NOT NULL,
	Gang varchar(255) NOT NULL DEFAULT 'none',
	Rank varchar(255) NOT NULL DEFAULT 'none'
);
Should be

Code:
CREATE TABLE IF NOT EXISTS Gangs_Users
(
	SteamID varchar(255) NOT NULL,
	Name varchar(255) NOT NULL,
	Gang varchar(255) NOT NULL DEFAULT 'none',
	Rank varchar(255) NOT NULL DEFAULT 'none'
);
Without the "Gang.", otherwise it returns with denied permission.

As with the other CREATE statements.
@Gecko
Thanks, fixed that.

also, I will try using TQuerys to fix the lag issue, I'll upload a new version when I'm done.

Last edited by Eden.Campo; 07-02-2013 at 00:46.
Eden.Campo is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:27.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode