View Single Post
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 02-06-2013 , 23:53   Re: [ANY] Ban Player's Spray
Reply With Quote #34

Here's a version hard coded to allow player sprays if player cannot be authenticated... I'll work on a more complete solution when I get more time

The temp fix was this, starting on line 493
PHP Code:
        if (!PlayerCachedCookie[client])
        {
            
//CPrintToChat(client, "{green}[{red}Banned Sprays{green}] Permissions are being checked, until verified you cannot use sprays.  Try again in a few seconds."); // LINE 493
            //return Plugin_Handled; // LINE 494
            
return Plugin_Continue// Added line 495
        

Attached Files
File Type: sp Get Plugin or Get Source (ban_player_sprays.sp - 135 views - 11.4 KB)
File Type: smx ban_player_sprays.smx (12.3 KB, 145 views)
__________________
View my Plugins | Donate

Last edited by TnTSCS; 02-06-2013 at 23:54.
TnTSCS is offline