Thread: Admin Tool
View Single Post
  #11  
Old 08-16-2005, 11:46 PM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
  • Please make use of the board's built-in code tags. It makes scripts much easier to read.
  • The biggest problem I can see is that in the serverside part someone wasn't sure if they wanted to use tokens or parameters in the serverside code. They should be parameters (#p(number)) for parsing the triggeraction, and tokens (#t(number)) only after you have used tokenize on a string.
  • Other than that, you're trying to use serverside commands (like setlevel2, savelog2, and getplayer) clientside, you have multiple blocks for playerchats, and for some reason the handling for the jailing stuff is also in the clientside part.
Reply With Quote