Thanks HeelX,
but im having some problems to make the inkey function works, maybe because i have so many things to do at same time, and im not paying the needed attention.
So, please could you make a simple example how to implement it ? I really appreciate it.
Of course we will give you credits when Xtreme Paintball is done, because of this great tool we are using here.
Code:
if (connection > 1)
{
while (!str_len(playerName))
{
p_insertName.visible = on;
p_background.visible = on;
p_build.visible = on;
p_logo.visible = on;
str_cpy (playerName, "new player ");
RF_setFontRenderSettings(RF_CONSTANTS_CENTER, 0);
RF_pnlRenderString(show_name, paintballFont, playerName);
inkey (playerName);
}
}
Thanks,
Jorge