08-01-2012, 19:32
time messages incorporated into the plugin I made this code but I wonder if this well done or require any change
Code:
public override void OnAddonFrame( string Message, ServerClient Client )
{
string lowMsg = Message.ToLower();
if ( lowMsg.Length <= 10 )
ServerSay("^2Regla 1: ^4NO ^1Utilize GL Rpg o Armas Akimbo", true);
ServerSay("^2Regla 2: ^4NO ^1Utilize Escopetas de ningun tipo", true);
ServerSay("^2Regla 3: ^4NO ^1Campear o Seras kickeado", true);
ServerSay("^2Regla 4: ^4NO ^1Utilize CHEATS o HACKS", true);
}