Jump to content

[WIP] Usersystem [ Q: Should I remake? ]


Recommended Posts

  • Replies 86
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 month later...
  • 4 weeks later...
  • 5 months later...

Here is it:

=========================================================== 
= Multi Theft Auto: San Andreas v1.0.5 
=========================================================== 
= Server name      : Zday mod 
= Server IP address:  
= Server port      : 22003 
=  
= Log file         : ..TASA/server/mods/deathmatch/logs/server.log 
= Maximum players  : 32 
= MTU packet size  : 1264 
= HTTP port        : 22005 
=========================================================== 
[2011-06-17 18:52:55] Resources: 221 loaded, 0 failed 
[2011-06-17 18:52:55] Querying game-monitor.com master server... success! 
[2011-06-17 18:52:56] Querying backup master server... success! 
[2011-06-17 18:52:56] MODULE: Loaded "MySQL 5.0 database module" (0.20) by "Alberto Alonso <[email protected]>" 
[2011-06-17 18:52:56] Starting resources................... 
[2011-06-17 18:52:57] Server started and is ready to accept connections! 
[2011-06-17 18:52:57] Type 'help' for a list of commands. 
[2011-06-17 18:54:10] start: Requested by RAFuLL 
[2011-06-17 18:54:10] Some files in 'superweapons' use deprecated functions. 
[2011-06-17 18:54:10] Use the 'upgrade' command to perform a basic upgrade of resources. 
[2011-06-17 18:54:10] Starting superweapons 
[2011-06-17 19:10:56] start: Requested by Console 
[2011-06-17 19:10:56] Starting usersystem 

After this information appears a window like this but it says next: "MTA Server.exe stopped working"

image%5B9%5D.png

P.S. Sorry for the wrong screen. My native language is different.

Link to comment
  • 1 month later...

Hello, i'm sorry if i bumping but i need assistance.

I have problems with shop, items won't show in the grid.

IMAGE(S):

http://screencast.com/t/7CEPXJsGm

http://www.screencast.com/users/GTX_/fo ... aba3ee9cd2

GUI:

http://www.screencast.com/users/GTX_/fo ... 28356e1005

The code:

  
-- phpMyAdmin SQL Dump 
-- version 3.3.9 
-- [url=http://www.phpmyadmin.net]http://www.phpmyadmin.net[/url] 
-- 
-- Host: localhost 
-- Generation Time: Aug 15, 2011 at 11:22  
-- Server version: 5.5.8 
-- PHP Version: 5.3.5 
  
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; 
  
  
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; 
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; 
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; 
/*!40101 SET NAMES utf8 */; 
  
-- 
-- Database: `usersystem` 
-- 
  
-- -------------------------------------------------------- 
  
-- 
-- Table structure for table `store_items` 
-- 
  
CREATE TABLE IF NOT EXISTS `store_items` ( 
  `id` int(255) NOT NULL AUTO_INCREMENT, 
  `itemname` varchar(80) NOT NULL, 
  `itemid` int(255) NOT NULL, 
  `itemvalue` int(255) NOT NULL DEFAULT '0', 
  `catagoryid` int(255) NOT NULL, 
  `type` varchar(255) NOT NULL, 
  PRIMARY KEY (`id`) 
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=27 ; 
  
-- 
-- Dumping data for table `store_items` 
-- 
  
INSERT INTO `store_items` (`id`, `itemname`, `itemid`, `itemvalue`, `catagoryid`, `type`) VALUES 
(26, 'Shotgun', 25, 100, 0, 'weapon'); 
  

If someone knows the solution, please tell me.

P.S: I am kind of newbie with MySQL.

Link to comment
  • 1 year later...
If you are ever going to release this, you could try to add some true / false in the meta, so if someone who wants to use it doesnt want some function, he can just disable it on the meta

Yea that could be an option.

For now, I was planning on rewriting it on SQL wich is far more compatible for most people here. As you can see they previously had alot off problems setting up a MySQL server and all that.

I have rewritten a small part now, it works absolutely great but I just need more people that want this plugin back again.

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...