Quote:
Originally Posted by i8bit
Why couldn't I just do:
PHP Code:
function onActionPlayerOnline() {
if (clientr.level <= 0)
{
clientr.level = 1;
addweapon("-Control");
}
}
wouldn't that do the same thing?
|
That would work, the way fp4 did it is a little more organized; your way would get sloppy over time.