Quote:
Originally Posted by EasSidezz
PHP Code:
for(new i = 1; i <= MaxClients; i++)
{
if(IsClientInGame(i) && IsPlayerAlive(i)) ForcePlayerSuicide(i);
}
|
He didn't ask for that I think ? (Not really sure

)
Quote:
Originally Posted by dzinks2009
What I'm trying to do is that after 15seconds, it will put Kill from false to true.
|
But by the way, why don't you use something like a spawnprotection?
__________________