
08-16-2005, 11:46 PM
|
|
dark overlord
|
 |
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
|
|
- 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.
|
|
|
|