Posts: 1
Threads: 0
Joined: Feb 2018
Reputation:
0
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?
Posts: 29
Threads: 0
Joined: Oct 2017
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.
Posts: 29
Threads: 0
Joined: Oct 2017
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
Posts: 54
Threads: 8
Joined: Dec 2017
@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
|
Posts: 3
Threads: 1
Joined: Feb 2018
Reputation:
0
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.
Posts: 54
Threads: 8
Joined: Dec 2017
Great Script!
@X337 Thanks for releasing this great gamemode, I will give credits to you in my server, Im using this script now
Posts: 33
Threads: 1
Joined: Jun 2014
Posts: 1
Threads: 0
Joined: Oct 2018
Reputation:
0
login/register i need pls help
Posts: 22
Threads: 5
Joined: Sep 2017
Reputation:
0
Help!
Why me stuck on Selection Skin and cant spawn? i was using XAMPP and how to use UCP to XAMPP?