Can anyone help? Where is problem?
http://**************/photo/my-images...314241192.jpg/
plugin code:
Code:
stock print_color ( const id, const input[ ], any:... )
{
new count = 1, players[ 32 ];
static msg[ 191 ];
vformat( msg, 190, input, 3 )
replace_all( msg, 190, "!g", "^4" );
replace_all( msg, 190, "!n", "^1" );
replace_all( msg, 190, "!t", "^3" );
if ( id ) players[ 0 ] = id; else get_players( players, count, "ch" )
{
for ( new i=0; i<count; i++ )
{
if ( is_user_connected( players[ i ] ) )
{
message_begin( MSG_ONE_UNRELIABLE, g_MsgSayText, _, players[ i ] );
write_byte( players[ i ] );
write_string( msg );
message_end( );
}
}
}
}
Code:
print_color( id, "!n%L", LANG_SERVER, "ITEMS" );
text file:
Code:
ITEMS = [AMXX]You got !t[ !g100AP !t]!n, !t[ !gHE !t]!n, !t[ !g2FB !t]!n, !t[ !gSG !t]!n, !t[ !gDef. kit !t] !nand !t[ !gAmmo !t]!n.