Sorry to revive but i use a code to hide the players shadows but i have the same problem as safetymoose the console start flooding this message Sprite: no pSprite!!!, how I can fix it?
code:
PHP Code:
#include < amxmodx >
#pragma semicolon 1
#define PLUGIN "No Shadows"
#define VERSION "0.0.1"
public plugin_init()
{
register_plugin( PLUGIN, VERSION, "ConnorMcLeod" );
set_msg_block(get_user_msgid("ShadowIdx"), BLOCK_SET);
}