Thread: GUI Tool
View Single Post
  #12  
Old 03-24-2008, 10:20 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Some things though:

All the lines aren't aligned the same, example:
PHP Code:
   if (temp.Online2 != true) {
   for (
plserverr.CrowRC) {
     
pl findPlayer(pl);
     
pl.triggerClient("weapon"this.name"errormsg"params[1], player.account);
    }
   } 
And instead of if (temp.Online2 != true) you should probably use if (!temp.Online2)
__________________
Reply With Quote