25.12.2010, 21:36
@ the top
then
pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 50 // Change 50 to your max player slots
pawn Код:
new Float:val;
for(new i=0; i<MAX_PLAYERS; i++)
{
if (IsPlayerConnected(i))
{
val += 0.5;
}
}

