La mine arata asa:
Cod: Selectaţi tot
<div style="width: 600px; height:600px; background:#FFFFFF; overflow:auto; border:1px solid #000000; padding:5px;">
<strong>
<tt>
<font size="3" color="000000">
{TEXT}
</font>
</tt>
</strong>
</div>
Mie pe forum imi apare asa

As vrea sa apara ca in acest cod:
Cod: Selectaţi tot
public voteCount(id, key)
{
        if ( get_cvar_num( "amx_vote_answers" ) )
        {
                new name[32]
        get_user_name( id, name, 31 )
       Â
        if ( g_yesNoVote )
        {
            chat_color( 0, "%L", LANG_PLAYER, key ? "VOTED_AGAINST" : "VOTED_FOR", name )
        }
        else
        {
                    new map[32];
                           ArrayGetString(g_optionName, g_optionName[key], map, charsof(map));
                    client_print(0, print_chat, "%s alege harta %s", name, map);
        }
        }
        ++g_voteCount[key]
   Â
        return PLUGIN_HANDLED
}Â