SA-MP Forums Archive
[GameMode] California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) (/showthread.php?tid=573762)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - systemsmag - 14.05.2015

very nice but link download is broken


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - Shadow5 - 14.05.2015

Quote:
Originally Posted by systemsmag
Посмотреть сообщение
very nice but link download is broken
Yeah,it's down :v


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - Interpreet - 14.05.2015

Very Nice Gamemode , How can i have this gamemode ?


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - jiggy143 - 14.05.2015

I like the Gamemode but The download Link is broken


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - X337 - 14.05.2015

UPDATE:

Quote:
Originally Posted by maro06
1- When a player parks his vehicle and it is destroyed, it respawns in the place he parked it in, but if he relogged it respawns in the dealership place (FIXED)


2- If you tried to buy an elegy, it spawns a sultan instead. (FIXED)

3- if you setted to spawn in your house, when you spawn it says unknown house ID as you dont even insert house ID when creating a house. (FIXED)
Quote:
Originally Posted by jiggy143
Посмотреть сообщение
I like the Gamemode but The download Link is broken
Quote:
Originally Posted by Shadow5
Посмотреть сообщение
Yeah,it's down :v
Quote:
Originally Posted by Interpreet
Посмотреть сообщение
Very Nice Gamemode , How can i have this gamemode ?
Updated, sorry about that.


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - dude1234 - 14.05.2015

Bondowcopz plzz solve my problem when i open czcnr server it tell mysql plugin not loading


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - Sudaisx - 14.05.2015

Awesome i always wanted this GM


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - cpjok - 14.05.2015

i get this error each time

Quote:


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

SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team


Server Plugins
--------------
Loaded 0 plugins.


Started server on port: 666, with maxplayers: 50 lanmode is OFF.


Filterscripts
---------------
Loading filterscript 'gl_actions.amx'...
Loading filterscript 'gl_realtime.amx'...
Loading filterscript 'gl_property.amx'...

-----------------------------------
Grand Larceny Property Filterscript
-----------------------------------

Loading filterscript 'gl_mapicon.amx'...
Loading filterscript 'ls_elevator.amx'...
Loading filterscript 'attachments.amx'...
Loading filterscript 'skinchanger.amx'...

--Admin Player Skin Changer Loaded

Loading filterscript 'vspawner.amx'...

--Admin Vehicle Spawner Loaded

Loading filterscript 'test_cmds.amx'...
Loading filterscript 'ls_mall.amx'...
Loading filterscript 'ls_beachside.amx'...


|---------------------------------------------------
|--- LS BeachSide Filterscript
|-- Script v1.03
|-- 19th April 2015
|---------------------------------------------------
|-- LS BeachSide Building Elevator created
|---------------------------------------------------
Loaded 11 filterscripts.

Reading File: blank
Reading File: properties/houses.txt
Reading File: properties/businesses.txt
Reading File: properties/banks.txt
Reading File: properties/police.txt
Script[gamemodes/CCNR.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0

Honestly not sure what FS's and Plugins to use with this, as when i load plugins get, a dll error.


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - X337 - 15.05.2015

UPDATE

- Added /removespawn command to remove spawn house.
- Added ban offline system on UCP.
- Fixed Ban List.
- Fixed some queries on ban system.
- Added Dynamic Signature.

Screenshot:








Quote:
Originally Posted by dude1234
Посмотреть сообщение
Bondowcopz plzz solve my problem when i open czcnr server it tell mysql plugin not loading
Quote:
Originally Posted by cpjok
Посмотреть сообщение
i get this error each time



Honestly not sure what FS's and Plugins to use with this, as when i load plugins get, a dll error.
You can get dll files inside GM package.

Quote:
Originally Posted by Sudaisx
Посмотреть сообщение
Awesome i always wanted this GM
Thanks Sudaisx


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - Joe2009 - 15.05.2015

Very awesome gamemode, wanna try that, haven't been about 3-4 years here, now wanna try classic sa-mp again.

Getting error

[12:33:29] Script[gamemodes/CCNR.amx]: Run time error 19: "File or function is not found"
[12:33:29] Number of vehicle models: 0


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - Sudaisx - 15.05.2015

SQL query:

-- -- Database: `ccnr` -- DELIMITER $$ -- -- Functions -- CREATE DEFINER=`bondowocopz`@`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"); /* Just a moment */ IF (INF = NWT) THEN SET INF = 'Just a moment'; SET TAG = 1; END IF; /* in * seconds ago */ 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; /* in * minutes ago */ 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; /* in * hours ago */ IF (SUBSTR(INF, 1, = SUBSTR(NWT, 1, ) AND (TAG = 0) THEN SET[...]

MySQL said: Documentation

#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation



and register windows not showing and cant spawn HELPPPP


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - Shadow5 - 19.05.2015

pawn Код:
05:46:27]    Error: Function not registered: 'MapAndreas_Init'
[05:46:27]    Error: Function not registered: 'MapAndreas_FindZ_For2DCoord'
Still getting this.


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - Ghazal - 19.05.2015

Quote:
Originally Posted by Shadow5
Посмотреть сообщение
pawn Код:
05:46:27]    Error: Function not registered: 'MapAndreas_Init'
[05:46:27]    Error: Function not registered: 'MapAndreas_FindZ_For2DCoord'
Still getting this.
Include MapAndreas plugin.


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - X337 - 19.05.2015

Quote:
Originally Posted by Chrillzen
Посмотреть сообщение
Nice work, mang.
Quote:
Originally Posted by Bhxblu
Посмотреть сообщение
Nice Gamemode
Thank you guys

Quote:
Originally Posted by dude1234
Посмотреть сообщение
czcnr mysql plugin not loading and plzz give me a tutorial how to use ucp


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

SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team

[08:53:22]
[08:53:22] Server Plugins
[08:53:22] --------------
[08:53:22] Loading plugin: crashdetect
[08:53:22] CrashDetect v4.15.1 is OK.
[08:53:22] Loaded.
[08:53:22] Loading plugin: YSF
[08:53:22] Failed.
[08:53:22] Loading plugin: sscanf
[08:53:22]

[08:53:22] ===============================

[08:53:22] sscanf plugin loaded.

[08:53:22] Version: 2.8.1

[08:53:22] © 2012 Alex "******" Cole

[08:53:22] ===============================

[08:53:22] Loaded.
[08:53:22] Loading plugin: streamer
[08:53:22]

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

[08:53:22] Loaded.
[08:53:22] Loading plugin: whirlpool
[08:53:22]
[08:53:22] ==================
[08:53:22]
[08:53:22] Whirlpool loaded
[08:53:22]
[08:53:22] ==================
[08:53:22]
[08:53:22] Loaded.
[08:53:22] Loading plugin: mysql
[08:53:22] Failed.
[08:53:22] Loading plugin: MapAndreas
[08:53:22] Loaded.
[08:53:22] Loading plugin: iTD
[08:53:22]
* iTD Plugin loaded. (Support for textdraw editor mouse/keyboard)

[08:53:22] Loaded.
[08:53:22] Loading plugin: TDE
[08:53:22]
TDEditor Plugin loaded, thank you for using.

[08:53:22] Loaded.
[08:53:22] Loaded 7 plugins.

[08:53:22]
[08:53:22] Ban list
[08:53:22] --------
[08:53:22] Loaded: samp.ban
[08:53:22]
[08:53:22]
[08:53:22] Filterscripts
[08:53:22] ---------------
[08:53:22] Loading filterscript 'TDE.amx'...
[08:53:22] Unable to load filterscript 'TDE.amx'.
[08:53:22] Loaded 0 filterscripts.

[08:53:22] [debug] Run time error 19: "File or function is not found"
[08:53:22] [debug] mysql_query
[08:53:22] [debug] cache_get_row_count
[08:53:22] [debug] cache_get_field_content
[08:53:22] [debug] mysql_format
[08:53:22] [debug] mysql_tquery
[08:53:22] [debug] cache_insert_id
[08:53:22] [debug] cache_get_field_content_int
[08:53:22] [debug] cache_set_active
[08:53:22] [debug] cache_get_field_content_float
[08:53:22] [debug] cache_save
[08:53:22] [debug] mysql_escape_string
[08:53:22] [debug] mysql_log
[08:53:22] [debug] mysql_connect
[08:53:22] [debug] mysql_stat
[08:53:22] [debug] mysql_close
[08:53:22] [debug] Run time error 19: "File or function is not found"
[08:53:22] [debug] mysql_query
[08:53:22] [debug] cache_get_row_count
[08:53:22] [debug] cache_get_field_content
[08:53:22] [debug] mysql_format
[08:53:22] [debug] mysql_tquery
[08:53:22] [debug] cache_insert_id
[08:53:22] [debug] cache_get_field_content_int
[08:53:22] [debug] cache_set_active
[08:53:22] [debug] cache_get_field_content_float
[08:53:22] [debug] cache_save
[08:53:22] [debug] mysql_escape_string
[08:53:22] [debug] mysql_log
[08:53:22] [debug] mysql_connect
[08:53:22] [debug] mysql_stat
[08:53:22] [debug] mysql_close
[08:53:22] Script[gamemodes/CCNR.amx]: Run time error 19: "File or function is not found"
[08:53:22] Number of vehicle models: 0
[08:53:25] --- Server Shutting Down.
[08:53:25] [debug] Run time error 19: "File or function is not found"
[08:53:25] [debug] mysql_query
[08:53:25] [debug] cache_get_row_count
[08:53:25] [debug] cache_get_field_content
[08:53:25] [debug] mysql_format
[08:53:25] [debug] mysql_tquery
[08:53:25] [debug] cache_insert_id
[08:53:25] [debug] cache_get_field_content_int
[08:53:25] [debug] cache_set_active
[08:53:25] [debug] cache_get_field_content_float
[08:53:25] [debug] cache_save
[08:53:25] [debug] mysql_escape_string
[08:53:25] [debug] mysql_log
[08:53:25] [debug] mysql_connect
[08:53:25] [debug] mysql_stat
[08:53:25] [debug] mysql_close
MySQL plugins failed to load, maybe some .dll files are missing, and for UCP you just need to define your database info on koneksi.php/
Quote:
Originally Posted by Shadow5
Посмотреть сообщение
pawn Код:
05:46:27]    Error: Function not registered: 'MapAndreas_Init'
[05:46:27]    Error: Function not registered: 'MapAndreas_FindZ_For2DCoord'
Still getting this.
You need to use MapAndreas plugin.


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - Callisto - 20.05.2015

Good job.


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - X337 - 20.05.2015

Quote:
Originally Posted by Callisto
Посмотреть сообщение
Good job.
Thanks Callisto


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - shourya12 - 21.05.2015

can you give me gang system separately?


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - DEATHSTROKE - 22.05.2015

help me i get this error

"The procedure entry point FlsGetValue could not be located in the dynamic library KERNEL32.dll"


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - Vince - 22.05.2015

Quote:
Originally Posted by DEATHSTROKE
Посмотреть сообщение
help me i get this error

"The procedure entry point FlsGetValue could not be located in the dynamic library KERNEL32.dll"
Newer versions of the MySQL plugin do not run on Windows XP or Windows Server 2003 (or earlier). You cannot fix this. It's time to upgrade.


Re: California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames) - Faithful - 26.05.2015

Quote:
Originally Posted by bondowocopz
Посмотреть сообщение
Thanks, you'll like CnR GM


All textdraw is on textdraw.inc.
Well, I can't seem to find the file to change "Coming Soon", with the messages.