Adjusts Stephanie's Messages & Adds Changelog

This commit is contained in:
Damen 2019-04-06 02:39:46 -04:00
parent 411ede7e5c
commit cb64786cff
2 changed files with 6 additions and 2 deletions

View File

@ -66,7 +66,7 @@ static stock
{ "{8ADE47}Stephanie:"COL_WHITE" Play Poker with your friends at any casino! Beat your way to riches!" },
{ "{8ADE47}Stephanie:"COL_WHITE" Get casino rewards points by gambling at any casino! Use "COL_GREY"/casino rewards"COL_WHITE" to spend them!" },
{ "{8ADE47}Stephanie:"COL_WHITE" Race your friends in a street race or outrun race by using "COL_GREY"/race"COL_WHITE"!" },
{ "{8ADE47}Stephanie:"COL_WHITE" Want 3 days of free V.I.P? Add an "COL_GREY"/email"COL_WHITE" to your account!" },
//{ "{8ADE47}Stephanie:"COL_WHITE" Want 3 days of free V.I.P? Add an "COL_GREY"/email"COL_WHITE" to your account!" },
{ "{8ADE47}Stephanie:"COL_WHITE" Contribute to our feature "COL_GREY"/crowdfunds"COL_WHITE"! Early supporters get benefits!" },
{ "{8ADE47}Stephanie:"COL_WHITE" You can buy premium player homes using "COL_GREY"/estate"COL_WHITE"!" },
{ "{8ADE47}Stephanie:"COL_WHITE" You can buy Irresistible Coins from players using "COL_GREY"/ic buy"COL_WHITE"!" },
@ -101,7 +101,7 @@ hook OnServerUpdate( )
}
// throttle
g_randomMessageTick = GetServerTime( ) + 30;
g_randomMessageTick = GetServerTime( ) + 60;
}
return Y_HOOKS_CONTINUE_RETURN_1;
}

View File

@ -0,0 +1,4 @@
(-) Passive mode has been removed from the game. (Spawn protection still exists.)
(*) LEO Commands now check to see if a player is dead or not prior to casting.
(*) Personal Vehicle commands, such as /v park, should now work while in the water.
(/) Stephanie now sends a random message every 60 seconds rather than 30.