removes MMB arrest, MOTD preset, changelog addition
This commit is contained in:
parent
7d30117650
commit
56360d06c1
@ -51,7 +51,7 @@ hook OnPlayerDeath( playerid, killerid, reason )
|
||||
|
||||
hook OnPlayerKeyStateChange( playerid, newkeys, oldkeys )
|
||||
{
|
||||
if ( PRESSED( KEY_LOOK_BEHIND ) ) // MMB to taze/cuff/ar
|
||||
/*if ( PRESSED( KEY_LOOK_BEHIND ) ) // MMB to taze/cuff/ar
|
||||
{
|
||||
if ( p_Class[ playerid ] == CLASS_POLICE && ! IsPlayerSpawnProtected( playerid ) )
|
||||
{
|
||||
@ -68,7 +68,7 @@ hook OnPlayerKeyStateChange( playerid, newkeys, oldkeys )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
@ -42,6 +42,8 @@ new
|
||||
/* ** Hooks ** */
|
||||
hook OnScriptInit( )
|
||||
{
|
||||
TextDrawSetString( g_MotdTD, "~w~Want more ~g~money, houses, and xp~w~? Consider donating! ~y~/vip" );
|
||||
|
||||
g_currentXPTD = TextDrawCreate(529.000000, 405.000000, "Current XP");
|
||||
TextDrawBackgroundColor(g_currentXPTD, 255);
|
||||
TextDrawFont(g_currentXPTD, 3);
|
||||
|
@ -16,7 +16,7 @@
|
||||
#pragma option -d3
|
||||
#pragma dynamic 7200000
|
||||
|
||||
#define DEBUG_MODE
|
||||
//#define DEBUG_MODE
|
||||
|
||||
#if defined DEBUG_MODE
|
||||
#pragma option -d3
|
||||
|
@ -1,3 +1,4 @@
|
||||
v11.55.168
|
||||
v11.54.157
|
||||
v11.53.154
|
||||
v11.52.150
|
||||
|
4
scriptfiles/changelogs/cnr/changelog_template.txt
Normal file
4
scriptfiles/changelogs/cnr/changelog_template.txt
Normal file
@ -0,0 +1,4 @@
|
||||
(+)
|
||||
(/)
|
||||
(*)
|
||||
(-)
|
13
scriptfiles/changelogs/cnr/v11.55.168.txt
Normal file
13
scriptfiles/changelogs/cnr/v11.55.168.txt
Normal file
@ -0,0 +1,13 @@
|
||||
(+) You can now disable global gambling messages in /cp.
|
||||
(+) /discord now displays what the discord server URL is.
|
||||
(+) /cmds -> V.I.P. Commands now displays a list of V.I.P. commands.
|
||||
(+) Players below 50 score, playing as a LEO, will now have a help dialog on how to arrest.
|
||||
(/) The old arrest system, which is command-based, has been added back. (MMB Disabled)
|
||||
(/) Regular V.I.P. players are not allowed to send IC with /ic send.
|
||||
(/) /admins only requires 50 score now.
|
||||
(/) The MOTD will now be preset upon server startup.
|
||||
(*) Removes the ability to farm points within the Casino on a $0 payout.
|
||||
(*) Fixed issue with /spawn not allowing 100+ houses to appear.
|
||||
(*) A typo in /acmds has been fixed.
|
||||
(*) Fixed an issue with /chatban showing the wrong player name.
|
||||
(-) You are no longer able to use /perks while in an army vehicle.
|
Loading…
Reference in New Issue
Block a user