19.10.2012, 23:49
(
Последний раз редактировалось Face9000; 23.01.2014 в 21:03.
)
Hello, im pleased to release my first gamemode on this forum.
I started scripting the 20 January but left because i'm involved in another project.
This gamemode is very basic, but it has everything that a gamemode needs:
(Click on preview to enlarge it)
Some features:
The gamemode uses IRC, you can configure it where is //Irc Defines.
Every action in the server is logged with .log files. (Bans,kicks,joins,registrations,pms,reports,etc). The log files are located in /scriptfiles/Logs
There are two textdraws at the bottom of the screen showing the current Wanted Level and the ammount of drugs a player has.
About drug system, i made it simply with just some commands:
/td (Take Drugs) use this command to take drug. Usage: /td ammount.
/td (Give Drugs) use this command to give drug at another player. Usage: /gd <playerid> <grams of drug>
There is an arrest system for cops and jail time for arrested players, you can get more info about this by searching for
Rcon failed/successfully attempts are logged in the rcon.log file, located in scriptfiles/Logs, like every other .log file.
There is also a protection against fake kills.
Anticheat against bad weapons can be configured easly, just look in
to add or remove the bannable weapon id(s).
You can rob bank and airport with the dedicated commands.
A VIP system is built inside the account system, so commands can be easly added or deleted. Just search for VIP COMMANDS.
That's not all, there are much things i didn't wrote, just discover for yourself.
Warning:
For this gamemode you need:
IRC plugin/include.
SSCANF plugin/include.
Incognito streamer/include.
Without this plugins the gamemode WON'T COMPILE.
IMPORTANT: THE GAMEMODE ISN'T COMPLETED, FEEL FREE TO EDIT AS YOU WANT BUT DON'T CLAIM AS YOUR OWN. BUGS CAN BE FOUND IN THE GAMEMODE, BUT I DON'T OFFER SUPPORT BECAUSE I'M BUSY WITH ANOTHER PROJECT LIKE I STATED BEFORE.
Credits to:
Face9000 (scripter and tester)
[spEc]Bulleh (tester)
You (for downloading it)
Download:
I started scripting the 20 January but left because i'm involved in another project.
This gamemode is very basic, but it has everything that a gamemode needs:
- Logs.
- Anticheat for weapons, hp/armour, fake kills etc.
- Account register/login system.
(Click on preview to enlarge it)
Some features:
The gamemode uses IRC, you can configure it where is //Irc Defines.
Every action in the server is logged with .log files. (Bans,kicks,joins,registrations,pms,reports,etc). The log files are located in /scriptfiles/Logs
There are two textdraws at the bottom of the screen showing the current Wanted Level and the ammount of drugs a player has.
About drug system, i made it simply with just some commands:
/td (Take Drugs) use this command to take drug. Usage: /td ammount.
/td (Give Drugs) use this command to give drug at another player. Usage: /gd <playerid> <grams of drug>
There is an arrest system for cops and jail time for arrested players, you can get more info about this by searching for
pawn Код:
public pJailTimer(playerid)
There is also a protection against fake kills.
Anticheat against bad weapons can be configured easly, just look in
pawn Код:
stock ForbiddenWeap
You can rob bank and airport with the dedicated commands.
A VIP system is built inside the account system, so commands can be easly added or deleted. Just search for VIP COMMANDS.
That's not all, there are much things i didn't wrote, just discover for yourself.
Warning:
For this gamemode you need:
IRC plugin/include.
SSCANF plugin/include.
Incognito streamer/include.
Without this plugins the gamemode WON'T COMPILE.
IMPORTANT: THE GAMEMODE ISN'T COMPLETED, FEEL FREE TO EDIT AS YOU WANT BUT DON'T CLAIM AS YOUR OWN. BUGS CAN BE FOUND IN THE GAMEMODE, BUT I DON'T OFFER SUPPORT BECAUSE I'M BUSY WITH ANOTHER PROJECT LIKE I STATED BEFORE.
Credits to:
Face9000 (scripter and tester)
[spEc]Bulleh (tester)
You (for downloading it)
Download: