07.10.2009, 16:31
public Timer()
{
for(new x; x < 200; x++)
{
if(IsPlayerConnected(x))
{
// Your Code ; Don't use RETURN !
}
}
return 1;
}
{
for(new x; x < 200; x++)
{
if(IsPlayerConnected(x))
{
// Your Code ; Don't use RETURN !
}
}
return 1;
}