03.12.2009, 18:15
Check your variables. If you over flow an array it causes a script hault. Example
Also, why do you have a 'IsPlayerConnected" check in there? How is a player going to type the command if he isn't even connected?
pawn Код:
new array[32];
array[36]=13; //36 is obviously outside the range of the array