Quote:
Originally Posted by Bugsy
This plugin supports non-steam players.
"Only non-steam can change the avatar"
PHP Code:
if( is_player_steam( index ) )
{
client_print( index, print_console, "[ AMXX ] Solo los no steam pueden cambiar el avatar" );
return PLUGIN_HANDLED;
}
|
If he's requesting that the plugin use SteamID as the primary key, does it really remain a non-Steam plugin?
__________________