Famous Posted July 29, 2012 Share Posted July 29, 2012 `votecount` int(11) NOT NULL default '0', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; CREATE TABLE IF NOT EXISTS `totalvotepoints` ( `id` int(11) NOT NULL auto_increment, `account_id` int(11) NOT NULL, `point` int(11) NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; bump Quote Link to comment Share on other sites More sharing options...
Sryx Posted July 30, 2012 Share Posted July 30, 2012 Kaninong V4P gamit mo? Quote Link to comment Share on other sites More sharing options...
Jezu Posted July 30, 2012 Share Posted July 30, 2012 (edited) Need mo idownload ang v4p ni Jaypee mateo at iupload sa host mo.... bago mo mapaandar yan at kailangan mo din ng script para makuha ng players ang vote points nila in-game. Edited July 30, 2012 by Jezu Quote Link to comment Share on other sites More sharing options...