[GameMode] California Cops and Robbers 0.3.7 (Fully MySQL+UCP) (Lot of Features) (Minigames)

how to turn off the anti-teleport? when I try to enter a house I always go out... i used FS (Jakhouse)
Reply

Quote:
Originally Posted by khero
Посмотреть сообщение
how to turn off the anti-teleport? when I try to enter a house I always go out... i used FS (Jakhouse)
This is not JakHouse's topic, if you need help go there
Reply

This script already have house system.
Reply

Quote:
Originally Posted by X337
Посмотреть сообщение
CALIFORNIA COPS AND ROBBERS

Hi all, i want to share my Gamemodes, it's my first Gamemode that i want to share to public.

Features :
- User Control Panel & Admin Control Panel.
- Multilanguage. (English / Indonesia)
- Vehicles, Houses, Garages, Ban List, Toys, Player data are saved on MySQL database.
- Unique Vehicle System, Garage System, House System.
- Saved Toy System.
- Dynamic Signature.
- Saved Gang System & GWAR System, easy to add more zones.
- Moneybag System, easy to add more moneybag place.
- Derby, DM, Fallout Event System.
- Token System.
- VIP System.
- GPS System.
- 6 Level Admin System.
- Temporary Ban System.
- Socket System.
- Custom Interior for some stores.
- Rappeling System (Rope System)
- 7 Classes (FBI, CIA, Army, Civils, Police, Medic, Spy).
- Job System.
- Advanced Rob System.
- Animation.
- And many more, you can see more - more system in-game.


How to use:
- You need to define Database Info on define.inc
- If you want to use 0.3.7 or 0.3z you need to uncomment or comment #define USE_037 1 on CCNR.pwn and Replace the includes.
- Other information can be found on script.

How to Use UCP:
- You need to define Database Info on koneksi.php
- You need to change the IP on playerlist.php

Important Note:
- Please don't change any credits on /credits command.
- If you want to remake this GM, please don't forget to give credits to me.
- You can send me a message on Skype for further information. ( bayu.vengeance666 )
- You must download the script first.
- Please read Important Note list.

Required Plugins:


Special Thanks To:
+ Kalcor - SA:MP
+ ****** - YSI
+ ZeeX - ZCMD
+ BlueG - MySQL Plugin
+ Incognito - Streamer
+ Emmet - Callback.inc
+ Oxside - Color.inc
+ MP2 - Cuffs.inc
+ Eloctro - ELC_AC
+ Slice - formatnumber.inc
+ And all persons. (Im sorry if i forgot to give some credits)

Here's some screenshot :

CMDS






INGAME:








UCP & Landing Page


More Pictures :
Click Here
DOWNLOAD (Link Updated)
Source Code
Source Code (Mediafire)
UCP + Dynamic Signature
SQL
*Make sure you already post a comment on this thread before download it
bro where to use the ccnr.sql
Reply

HOW TO BECOME TRUCKER?
HOW TO TURN ON MISSIONS?
Reply

This Error Giving i am not spawning
Reply

Quote:
Originally Posted by Bradley7
Посмотреть сообщение
Please,learn about mysql before posting on here.
It is obviously that everyone who is searching for gamemodes here is newbie, so they don't know a lot about scripting xD

X337 should add a tutorial on how to use the script etc.
Reply

I agree though, but its really stupid how they think they ca manage a server for long term with no scripting knowledge.
Reply

Quote:
Originally Posted by [ND]xXZeusXx.
Посмотреть сообщение
I agree though, but its really stupid how they think they ca manage a server for long term with no scripting knowledge.
Exactly! lol

Look they want to learn and that's not good but even after explaining them they keep asking and asking and you are like what the fuck xD
Reply

XD everyone is a noob at beginning but some people who aren't willing to learn and want everything to be done seriously piss me off
Reply

Quote:
Originally Posted by TahirImran
Посмотреть сообщение
This Error Giving i am not spawning
Your server isn't connected to MySQL database m9, cheers lol.
Reply

Quote:
Originally Posted by TahirImran
Посмотреть сообщение
This Error Giving i am not spawning
You didn't connected to the MySQL database successfully m9, do it in order to run properly
cheers lol.
Reply

Quote:
Originally Posted by [ND]xXZeusXx.
Посмотреть сообщение
Your server isn't connected to MySQL database m9, cheers lol.
same issue i got bro how to solve it
Reply

Quote:
Originally Posted by naveen
Посмотреть сообщение
same issue i got bro how to solve it
Edit define.inc in cnr folder or you can edit OnFilterScriptInit but I don't think you know how xD
Reply

WAMP
XAMPP:Go Here http://forum.sa-mp.com/showpost.php?...&postcount=530

Step One(Downloading)


Download WAMP
Download this database that i have modified it for localhost:Click

Step two(Installing)

Install WAMP(NOTE:KEEP THE USERNAME as root)

Step three(Starting)

Start WAMP

Step Four(set-up database)

Go to localhost/phpmyadmin then create database called 'ccnr'(without '),
click ccnr on the left side,then click import,click choose file and select the ccnr.sql file that i already gave you on step one.

goto CNRSF/pawno/include/define.inc

change the HOST,USER,PASSWORD,DBNAME
it should look like this

Код:
#define	HOST		"127.0.0.1"
#define USER		"root"
#define PASSWORD	""
#define DBNAME		"ccnr"
and then recompile it.
Reply

Quote:
Originally Posted by Bradley7
Посмотреть сообщение
Step One(Downloading)

Download WAMP or XAMPP
but,i do recommend to use WAMP because it's more easy and low size.
Download this database that i have modified it for localhost:Click

Step two(Installing)
(on here i will using WAMP instead of XAMPP)

Install WAMP(NOTE:KEEP THE USERNAME as root)

Step three(Starting)

Start WAMP

Step Four(set-up database)

Go to localhost/phpmyadmin then create database called 'ccnr'(without '),
click ccnr on the left side,then click import,click choose file and select the ccnr.sql file that i already gave you on step one.

goto CNRSF/pawno/include/define.inc

change the HOST,USER,PASSWORD,DBNAME
it should look like this

Код:
#define	HOST		"127.0.0.1"
#define USER		"root"
#define PASSWORD	""
#define DBNAME		"ccnr"
Great job, i srsly hope now people wont have issues. (P.S i prefer XAMPP over WAMP :3). +rep for you, for helping everyone out there, cheers
Reply

Quote:
Originally Posted by Bradley7
Посмотреть сообщение
Step One(Downloading)

Download WAMP or XAMPP
but,i do recommend to use WAMP because it's more easy and low size.
Download this database that i have modified it for localhost:Click

Step two(Installing)
(on here i will using WAMP instead of XAMPP)

Install WAMP(NOTE:KEEP THE USERNAME as root)

Step three(Starting)

Start WAMP

Step Four(set-up database)

Go to localhost/phpmyadmin then create database called 'ccnr'(without '),
click ccnr on the left side,then click import,click choose file and select the ccnr.sql file that i already gave you on step one.

goto CNRSF/pawno/include/define.inc

change the HOST,USER,PASSWORD,DBNAME
it should look like this

Код:
#define	HOST		"127.0.0.1"
#define USER		"root"
#define PASSWORD	""
#define DBNAME		"ccnr"
and then recompile it.
bro i have done that already but still i cant spawn
Reply

Quote:
Originally Posted by naveen
Посмотреть сообщение
bro i have done that already but still i cant spawn
Did you follow steps correctly?
Reply

Two errors in UCP:
Notice: The server returned an error while fetching the requested data: in /home/samp/public_html/SACNRMonitor.php on line 227


Warning: Invalid argument supplied for foreach() in /home/samp/public_html/playerlist.php on line 92
Reply

you guys should really really avoid running this kind of scripts, try running y_ini's scripts. (newbies))
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)