05.01.2017, 18:05
Quote:
You will have to loop through all the players with:
PHP код:
To get a pplayer's name: PHP код:
|
--
Above reply;
Use switch, it's faster and optimized, as well as easier to read. Add +1 in the Name variable new Name[MAX_PLAYER_NAME + 1];
PHP код:
switch(listitem)
{
case 0:
{
}
case 1:
{
}
case 2:
{
}
}