OnPlayerArmourChange: Difference between revisions

From Vice City Multiplayer
Jump to navigation Jump to search
Caution icon
This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "function onPlayerArmourChange( player, oldarm, newarm ) { if ( newarm > 0 ) { Message( player.Name + "'s Kicked From Server.Reason : Armour Hacks"); KickPl...")
 
(Blanked the page)
Line 1: Line 1:
function onPlayerArmourChange( player, oldarm, newarm )
 
{
if ( newarm > 0 )
    {
        Message( player.Name + "'s Kicked From Server.Reason : Armour Hacks");
        KickPlayer( player );
    }
}

Revision as of 16:48, 24 October 2015