Hi
i cant see the decal when i try to replace it for players ?
PHP Code:
#include < amxmodx >
public plugin_init( )
{
register_message( SVC_TEMPENTITY, "ReplaceTempEntity" );
}
public ReplaceTempEntity( )
{
if( get_msg_arg_int(1) == TE_PLAYERDECAL )
{
set_msg_arg_int( 5, get_msg_argtype( 5 ), 45 );
}
}
I hear the sound of drawing spray decal but the decal image not found in textur ?
__________________