06.11.2015, 19:09
how to turn off the anti-teleport? when I try to enter a house I always go out... i used FS (Jakhouse)
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 |
I agree though, but its really stupid how they think they ca manage a server for long term with no scripting knowledge.
|
#define HOST "127.0.0.1" #define USER "root" #define PASSWORD "" #define DBNAME "ccnr"
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" |
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" |