Project Reality Roleplay (www.pr-rp.org) | 9.5 - 9.6 |

Re: Project Reality Roleplay - 9.6 and 9.5

Ugh.. This is annoying, no idea why the server won't start up on PR RP 95. Patch.. Gives no errors or anything. It's weird
 
Re: Project Reality Roleplay - 9.6 and 9.5

Nimphioüs said:
Was this topic added to this forums databse? o.O

Nothing was added, this topic was created here.
 
Re: Project Reality Roleplay - 9.6 and 9.5

Unknown said:
Code:
(1747) : error 017: undefined symbol "GetPVarInt"
(1747) : error 036: empty statement
(1818) : error 017: undefined symbol "SetPVarInt"
(1819) : error 017: undefined symbol "SetPVarInt"
(1820) : error 017: undefined symbol "SetPVarInt"
(1821) : error 017: undefined symbol "SetPVarInt"
(1822) : error 017: undefined symbol "SetPVarInt"
(1823) : error 017: undefined symbol "SetPVarInt"
(1824) : error 017: undefined symbol "SetPVarInt"
(1825) : error 017: undefined symbol "SetPVarInt"
(1826) : error 017: undefined symbol "SetPVarInt"
(1827) : error 017: undefined symbol "SetPVarInt"
(1828) : error 017: undefined symbol "SetPVarInt"
(1829) : error 017: undefined symbol "SetPVarInt"
(1830) : error 017: undefined symbol "SetPVarInt"
(1831) : error 017: undefined symbol "SetPVarInt"
(1832) : error 017: undefined symbol "SetPVarInt"
(1833) : error 017: undefined symbol "SetPVarInt"
(2124) : error 017: undefined symbol "SetPVarInt"
(2129) : error 017: undefined symbol "SetPVarInt"
(2139) : error 017: undefined symbol "GetPVarInt"
(2165) : error 017: undefined symbol "GetPVarInt"
(2167) : error 017: undefined symbol "GetPVarInt"
(2220) : error 017: undefined symbol "DeletePVar"
(2221) : error 017: undefined symbol "DeletePVar"
(2222) : error 017: undefined symbol "DeletePVar"
Can I please get some help :biggrin:
Still got the same errors it sucks, I updated tried everything I could even got a scripter to attempt and help me but nothing.
 
Re: Project Reality Roleplay - 9.6 and 9.5

Some way or another I got it fixed anyways I came upon another problem "File or function not found" I would add in the "plugins streamer" line in server.cfg and it would load the streamer then just crash :/

Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3b R2, (C)2005-2010 SA-MP Team

[11:57:35] filterscripts = ""  (string)
[11:57:35] 
[11:57:35] Server Plugins
[11:57:35] --------------
[11:57:35]  Loading plugin: streamer
[11:57:35] 

*** Streamer Plugin v2.3.8 by Incognito loaded ***

[11:57:35]   Loaded.
[11:57:35]  Loaded 1 plugins.

[11:57:35] 
[11:57:35] Filter Scripts
[11:57:35] ---------------
[11:57:35]   Loaded 0 filter scripts.
 
Re: Project Reality Roleplay - 9.6 and 9.5

For the confused people, the PR-RP topic was removed from the SA:MP Market.
 
Re: Project Reality Roleplay - 9.6 and 9.5

Ok, lol, anyways, about the vehicle ownership, it add's it to the mneu, but you still can't buy it. Dunno whats wrong it
 
Re: Project Reality Roleplay - 9.6 and 9.5

sTeAlthy said:
Ok, lol, anyways, about the vehicle ownership, it add's it to the mneu, but you still can't buy it. Dunno whats wrong it
yeah, everything works and it's all cool except no LSPD entrance, Hospital, all those and the veh ownership :/
 
Re: Project Reality Roleplay - 9.6 and 9.5

Unknown said:
sTeAlthy said:
Ok, lol, anyways, about the vehicle ownership, it add's it to the mneu, but you still can't buy it. Dunno whats wrong it
yeah, everything works and it's all cool except no LSPD entrance, Hospital, all those and the veh ownership :/

It's not so hard to fix them.Anyways the coding of the scripts are shitty(most of the coding).I am only gonna use the MySql registration system (rocks) of it and maybe the dealership..
 
Re: Project Reality Roleplay - 9.6 and 9.5

Dealership doesn't work = fail that's the only reason I wanted 9.5 :/
 
Re: Project Reality Roleplay - 9.6 and 9.5

Hi, the GM works fine and thanks again to Carlton...but the: interior.cfg, property.cfg, sbiz.cfg, biz.cfg are empity, someone got this files??? with all things?
 
Re: Project Reality Roleplay - 9.6 and 9.5

Brian_Furious said:
Hi, the GM works fine and thanks again to Carlton...but the: interior.cfg, property.cfg, sbiz.cfg, biz.cfg are empity, someone got this files??? with all things?
This is exactly what we need and the vehicles file
 
Re: Project Reality Roleplay - 9.6 and 9.5

This release was an absolute fail. Has anyone even gotten there script to work with a server?
 
Re: Project Reality Roleplay - 9.6 and 9.5

I have to admit I played it for a while. I didn't test it thoroughly, but you might notice that this release wasn't exactly "planned" by Carlton so this is what you could expect.
 
Re: Project Reality Roleplay - 9.6 and 9.5

Carlton can you make a Video or a Tutorial how to make PR-RP 9.6 on MySQL database?
 
Re: Project Reality Roleplay - 9.6 and 9.5

Brian_Furious said:
Carlton can you make a Video or a Tutorial how to make PR-RP 9.6 on MySQL database?

SQL dump:

Code:
-- phpMyAdmin SQL Dump
-- version 3.2.0.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 10, 2010 at 05:23 PM
-- Server version: 5.1.36
-- PHP Version: 5.3.0

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `mr187_test`
--

-- --------------------------------------------------------

--
-- Table structure for table `accounts`
--

CREATE TABLE IF NOT EXISTS `accounts` (
  `Username` text NOT NULL,
  `Password` text NOT NULL,
  `Cash` int(11) NOT NULL,
  `Model` int(11) NOT NULL,
  `Crash` int(11) NOT NULL,
  `Age` int(11) NOT NULL,
  `PosX` float NOT NULL,
  `PosY` float NOT NULL,
  `PosZ` float NOT NULL,
  `Health` float NOT NULL,
  `Armour` float NOT NULL,
  `Int` int(11) NOT NULL,
  `World` int(11) NOT NULL,
  `PayDay` int(11) NOT NULL,
  `PayCheck` int(11) NOT NULL,
  `Account` int(11) NOT NULL,
  `ConnectTime` int(11) NOT NULL,
  `Member` int(11) NOT NULL,
  `Rank` int(11) NOT NULL,
  `Weed` int(11) NOT NULL,
  `Crack` int(11) NOT NULL,
  `Cocaine` int(11) NOT NULL,
  `HouseKey` int(11) NOT NULL,
  `BizKey` int(11) NOT NULL,
  `CarKey1` int(11) NOT NULL,
  `CarKey2` int(11) NOT NULL,
  `CarKey3` int(11) NOT NULL,
  `Admin` int(11) NOT NULL,
  `Helper` int(11) NOT NULL,
  `Banned` int(11) NOT NULL,
  `DrugTime` int(11) NOT NULL,
  `HouseEnter` int(11) NOT NULL,
  `BizzEnter` int(11) NOT NULL,
  `GunLic` int(11) NOT NULL,
  `DriveLic` int(11) NOT NULL,
  `PhoneNum` int(11) NOT NULL,
  `Job` int(11) NOT NULL,
  `Jailed` int(11) NOT NULL,
  `JailTime` int(11) NOT NULL,
  `Weapon0` int(11) NOT NULL,
  `Weapon1` int(11) NOT NULL,
  `Weapon2` int(11) NOT NULL,
  `Weapon3` int(11) NOT NULL,
  `Weapon4` int(11) NOT NULL,
  `Weapon5` int(11) NOT NULL,
  `Weapon6` int(11) NOT NULL,
  `Weapon7` int(11) NOT NULL,
  `Weapon8` int(11) NOT NULL,
  `Weapon9` int(11) NOT NULL,
  `Weapon10` int(11) NOT NULL,
  `Weapon11` int(11) NOT NULL,
  `Weapon12` int(11) NOT NULL,
  `Ammo0` int(11) NOT NULL,
  `Ammo1` int(11) NOT NULL,
  `Ammo2` int(11) NOT NULL,
  `Ammo3` int(11) NOT NULL,
  `Ammo4` int(11) NOT NULL,
  `Ammo5` int(11) NOT NULL,
  `Ammo6` int(11) NOT NULL,
  `Ammo7` int(11) NOT NULL,
  `Ammo8` int(11) NOT NULL,
  `Ammo9` int(11) NOT NULL,
  `Ammo10` int(11) NOT NULL,
  `Ammo11` int(11) NOT NULL,
  `Ammo12` int(11) NOT NULL,
  `WantedLevel` int(11) NOT NULL,
  `DonateRank` int(11) NOT NULL,
  `Mask` int(11) NOT NULL,
  `MaskID` int(11) NOT NULL,
  `Cellphone` int(11) NOT NULL,
  `Crimes` int(11) NOT NULL,
  `Arrest` int(11) NOT NULL,
  `Changes` int(11) NOT NULL,
  `MarriedTo` text NOT NULL,
  `Accent` text NOT NULL,
  `AdmName` text NOT NULL,
  `Married` int(11) NOT NULL,
  `Warrent` int(11) NOT NULL,
  `Sex` int(11) NOT NULL,
  `Tutorial` int(11) NOT NULL,
  `CarTicket` int(11) NOT NULL,
  `DonateTime` int(11) NOT NULL,
  `Ajails` int(11) NOT NULL,
  `Bans` int(11) NOT NULL,
  `Kicks` int(11) NOT NULL,
  `AdminPass` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `accounts`
--


-- --------------------------------------------------------

--
-- Table structure for table `vehicles`
--

CREATE TABLE IF NOT EXISTS `vehicles` (
  `Model` int(11) NOT NULL,
  `X` float NOT NULL,
  `Y` float NOT NULL,
  `Z` float NOT NULL,
  `Angle` float NOT NULL,
  `Color1` int(11) NOT NULL,
  `Color2` int(11) NOT NULL,
  `Owner` text NOT NULL,
  `Owned` int(11) NOT NULL,
  `Value` int(11) NOT NULL,
  `Lock` int(11) NOT NULL,
  `Fuel` int(11) NOT NULL,
  `Donate` int(11) NOT NULL,
  `Mod0` int(11) NOT NULL,
  `Mod1` int(11) NOT NULL,
  `Mod2` int(11) NOT NULL,
  `Mod3` int(11) NOT NULL,
  `Mod4` int(11) NOT NULL,
  `Mod5` int(11) NOT NULL,
  `Mod6` int(11) NOT NULL,
  `Mod7` int(11) NOT NULL,
  `Mod8` int(11) NOT NULL,
  `Mod9` int(11) NOT NULL,
  `vehicleid` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `vehicles`
--
 
Re: Project Reality Roleplay - 9.6 and 9.5

Why i run samp-server it says: Script[gamemodes/PR-RP:amx]: Run time error 19: "File or function is not found"
 
Re: Project Reality Roleplay - 9.6 and 9.5

Brian_Furious said:
Why i run samp-server it says: Script[gamemodes/PR-RP:amx]: Run time error 19: "File or function is not found"

You're not running all the plugins.
 
Back
Top Bottom