Re: Vienas tekstas i dvi eilutes
Posted: 2011 Mar 08 14:32
client_print ( 0, print_chat, "Mano norimas tekstas.", name)
Code: Select all
static name[32]; get_user_name( id, name, charsmax( name ) ); client_print ( 0, print_chat, "Mano norimas tekstas.", name)client_print ( 0, print_chat, "Mano norimas tekstas2"(get_pcvar_num(howmanyvotes)-count), (floatround(get_pcvar_float(howmanyvotesperc) * 100.00))) } } } return PLUGIN_CONTINUE; }
Code: Select all
client_print ( 0, print_chat, "Mano norimas tekstas2", .................)
kaip cia suprasti?xFrostas wrote:Code: Select all
client_print ( 0, print_chat, "Mano norimas tekstas2", .................)
Code: Select all
} StartTheVote(); return PLUGIN_CONTINUE; } static name[32]; get_user_name( id, name, charsmax( name ) ); client_print ( 0, print_chat, "Mano Tekstas.", name, (get_pcvar_num(howmanyvotes)-count), (floatround(get_pcvar_float(howmanyvotesperc) * 100.00))) } } } return PLUGIN_CONTINUE; }
Code: Select all
} StartTheVote(); return PLUGIN_CONTINUE; } static name[32]; get_user_name( id, name, charsmax( name ) ); client_print ( 0, print_chat, "Mano Tekstas.", name, (get_pcvar_num(howmanyvotes)-count), (floatround(get_pcvar_float(howmanyvotesperc) * 100.00))) client_print ( 0, print_chat, "Mano Tekstas2") } } } return PLUGIN_CONTINUE; }
Kokia dar nesamone... Teisiog parodžiau, kad jis nepadėjo kablelio po "Mano norimas tekstas2" -_-
Code: Select all
client_print ( 0, print_chat, "Mano norimas tekstas2"(get_pcvar_num(howmanyvotes)-count), (floatround(get_pcvar_float(howmanyvotesperc) * 100.00)))