16.06.2010, 18:59
//top of the script:
new PlrsOnline = 0;
//on...connect:
PlrsOnline++;
//on...disconnect:
PlrsOnline--;
//Bottom of my gamemode:
PlayersOnline()
{
return PlrsOnline;
}
new PlrsOnline = 0;
//on...connect:
PlrsOnline++;
//on...disconnect:
PlrsOnline--;
//Bottom of my gamemode:
PlayersOnline()
{
return PlrsOnline;
}