13.03.2012, 08:20
Nice, a good example of how to code badly. Only create variables when you need to. Currently, changing their colour (which requires nothing at all) uses so much variables it's madness.
You return TRUE on OnPlayerCommandText, when usually we return FALSE (So there player knows they entered an invalid command).
Your coding is stupid, use a command processor ffs.
Perfect for you.
Use print(), find out where your error is.
You return TRUE on OnPlayerCommandText, when usually we return FALSE (So there player knows they entered an invalid command).
Your coding is stupid, use a command processor ffs.
Quote:
and don't say use ZCMD or any other StupidCMD. |
Use print(), find out where your error is.