Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
azwarsnutzer - 27.02.2018
Can you help me with these errors?
Always stuck on compile define.inc .
or can you share your define.inc
--
Ini kenapa error pas compile Define.inc nya ya..
Apakah ada solusinya.. atau bisa minta define.inc punya agan sekalian gak?
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
Coraxx - 27.02.2018
Quote:
Originally Posted by azwarsnutzer
Can you help me with these errors?
Always stuck on compile define.inc .
or can you share your define.inc
--
Ini kenapa error pas compile Define.inc nya ya..
Apakah ada solusinya.. atau bisa minta define.inc punya agan sekalian gak?
|
Mate, Save 'define.inc' file and compile gamemode.pwn. You can find gamemode script in "gamemode" folder. No need to compile .inc file.
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
soobya - 08.03.2018
Why do not registered please help me
https://scontent-cai1-1.xx.fbcdn.net...29&oe=5AA39300
Please give me the files that the server needs
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
Coraxx - 08.03.2018
Quote:
Originally Posted by soobya
|
I think you're not connecting server with mysql database or you've not uploaded .sql file on your adminphp.. If you're using localhost, i can't help you with that, sorry never used it. :v
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
LegendAbdullah - 16.03.2018
@X337 i really liked your gamemode, but there is 1 problem, I will be very thankful to you if you fix this problem for me plz ..
While uploading ccnr.sql it shows this error ..
Quote:
CREATE DEFINER=`root`@`localhost` FUNCTION `time_function`(`ATIME` DATETIME) RETURNS varchar(100) CHARSET latin1
BEGIN
DECLARE INF VARCHAR(100);
DECLARE NWT VARCHAR(100);
DECLARE TAG TINYINT;
SET TAG = 0;
SET INF = DATE_FORMAT(ATIME, "%Y%m%d%H%i%s");
SET NWT = DATE_FORMAT(NOW(), "%Y%m%d%H%i%s");
IF (INF = NWT) THEN
SET INF = 'Just a moment';
SET TAG = 1;
END IF;
IF (SUBSTR(INF, 1, 12) = SUBSTR(NWT, 1, 12)) AND (TAG = 0) THEN
SET INF = CONCAT(SUBSTR(NWT, 13, 2) - SUBSTR(INF, 13, 2), ' seconds ago');
SET TAG = 1;
END IF;
IF (SUBSTR(INF, 1, 10) = SUBSTR(NWT, 1, 10)) AND (TAG = 0) THEN
SET INF = CONCAT(SUBSTR(NWT, 11, 2) - SUBSTR(INF, 11, 2), ' minutes ago');
SET TAG = 1;
END IF;
IF (SUBSTR(INF, 1, = SUBSTR(NWT, 1, ) AND (TAG = 0) THEN
SET INF = CONCAT(SUBSTR(NWT, 9, 2) - SUBSTR(INF, 9, 2), ' hours ago');
SET TAG = 1;
END IF;
IF (SUBST[...]
MySQL said: Documentation
#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation
|
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
GmProdigy - 17.03.2018
Quote:
Originally Posted by LegendAbdullah
@X337 i really liked your gamemode, but there is 1 problem, I will be very thankful to you if you fix this problem for me plz ..
While uploading ccnr.sql it shows this error ..
|
here's the fix, you will only have this problem when uploading to an internet mysql. works without it on localhost.
CREATE FUNCTION `time_function` (`ATIME` DATETIME) RETURNS VARCHAR(100) CHARSET latin1 BEGIN
DECLARE INF VARCHAR(100);
DECLARE NWT VARCHAR(100);
DECLARE TAG TINYINT;
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
GmProdigy - 17.03.2018
So... Anyone know how to edit the map data, like remove the pre placed building?
I've looked in the files and I just can't find where the files are to edit the map.
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
LegendAbdullah - 17.03.2018
Great Script!
@X337 Thanks for releasing this great gamemode, I will give credits to you in my server, Im using this script now
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
shourya - 19.03.2018
wow.
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
priyanshu - 19.03.2018
can it works in 0.3c
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
Richturtle - 05.04.2018
Quote:
Originally Posted by LegendAbdullah
@X337 i really liked your gamemode, but there is 1 problem, I will be very thankful to you if you fix this problem for me plz ..
While uploading ccnr.sql it shows this error ..
|
You must define your ccnr.sql file with your localhost database and upload it again.
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
Ultraz - 07.07.2018
Quote:
Originally Posted by PaulCrouseVS
look how it stays ![](http://img.fenixzone.net/i/4Xm0bJB.png)
Helpme!
|
Code:
MySQL isn't connected so it won't give you a login box.
Try re-importing the sql file in your mysql database using phpmyadmin or the mysql info (in the gamemode) is correct.
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
Ahmadd - 07.07.2018
Quote:
Originally Posted by Ultraz
Code:
MySQL isn't connected so it won't give you a login box.
Try re-importing the sql file in your mysql database using phpmyadmin or the mysql info (in the gamemode) is correct.
|
Well Im Facing same problem while using Wampserver. I did everything but still :/
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
Koplan - 08.07.2018
Very nice!!
Good Job & thanks for sharing
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
INZAMAM - 18.10.2018
login/register i need pls help
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
OiLoL - 23.10.2018
you must be kidding me
check your codes..
https://pastebin.com/quvWYuzf
It will ban innocents easily, bad way for detecting map stealers....
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
Ndun - 14.11.2018
Help!
Why me stuck on Selection Skin and cant spawn? i was using XAMPP and how to use UCP to XAMPP?
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
svianadze - 26.12.2018
i have problem . when i am entering server i cant spawned . i can only skin change but when i click SPAWN not spawned.
![Sad](images/smilies/sad.gif)
help me
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
naveen - 23.03.2019
Quote:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
filterscripts = "" (string)
Server Plugins
--------------
Loading plugin: crashdetect
CrashDetect v4.15.1 is OK.
Loaded.
Loading plugin: sscanf
===============================
sscanf plugin loaded.
Version: 2.8.1
© 2012 Alex "******" Cole
===============================
Loaded.
Loading plugin: streamer
*** Streamer Plugin v2.7.5.1 by Incognito loaded ***
Loaded.
Loading plugin: MapAndreas
Loaded.
Loading plugin: mysql
>> plugin.mysql: R39-2 successfully loaded.
Loaded.
Loading plugin: Whirlpool
==================
Whirlpool loaded
==================
Loaded.
Loading plugin: socket
Socket plugin v0.2b loaded.
Loaded.
Loaded 7 plugins.
Started server on port: 7777, with maxplayers: 40 lanmode is OFF.
Filterscripts
---------------
Loaded 0 filterscripts.
=======================================
| |
| YSI version 4.00.0001 |
| By Alex "******" Cole |
| |
=======================================
Mysql Status :
GPS System Loaded...
--------------------------------------
-----------------------------------------
California Cops and Robbers by Bondowocopz
-----------------------------------------
Number of vehicle models: 130
|
where can i find the define.inc file
Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) -
SiaReyes - 23.03.2019
Seems good
Good Job!