View Single Post
  #4  
Old 07-05-2013, 06:04 PM
Tim_Rocks Tim_Rocks is offline
a true gentlemen
Tim_Rocks's Avatar
Join Date: Aug 2008
Location: USA
Posts: 1,863
Tim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to behold
Quote:
Originally Posted by i8bit View Post
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.
__________________
Reply With Quote