xXObanXx Posted August 7, 2012 Posted August 7, 2012 Hello Maxcheaters! so i want if anyone can to tell me the right sql syntax to put 'vip' field on 'characters' table that is the VIP system that i use! http://maxcheaters.com/forum/index.php?topic=208554.0 Thank's! Edit: Problem Solved! Thank's to activeChar You can lock this topic now!
0 ΝεβερΜορε Posted August 7, 2012 Posted August 7, 2012 here ALTER TABLE `characters` ADD `VIP` INT UNSIGNED DEFAULT 0;
0 activeChar Posted August 7, 2012 Posted August 7, 2012 ALTER TABLE characters ADD `vip` DECIMAL( 1, 0 ) NOT NULL DEFAULT '0';
0 xXObanXx Posted August 7, 2012 Author Posted August 7, 2012 ALTER TABLE characters ADD `vip` DECIMAL( 1, 0 ) NOT NULL DEFAULT '0'; i don;t know... but i got this error every time that i try to press the "start" button to join on the game!
0 activeChar Posted August 7, 2012 Posted August 7, 2012 chronicle? pack? check if your pack already have vip system
0 xXObanXx Posted August 7, 2012 Author Posted August 7, 2012 chronicle? pack? check if your pack already have vip system it doesn't have, is H5 L2jserver and as i see don't have the old donator system as Freya has! Edit: Problem Solved! Thank's to activeChar You can lock this topic now!
Question
xXObanXx
Hello Maxcheaters! so i want if anyone can to tell me the right sql syntax to put 'vip' field on 'characters' table
that is the VIP system that i use!
http://maxcheaters.com/forum/index.php?topic=208554.0
Thank's!
Edit:
Problem Solved!
Thank's to activeChar
You can lock this topic now!
6 answers to this question
Recommended Posts