04.02.2014, 08:33
If it shows the unknown command, it might be because of a run time error.
Load crashdetect plugin and compile with debug info (-d3). Re-compile your scripts, start the server and type that command. In case it will display the unknown command, post your server log.
If InHouse[playerid] is not any value between 0 and (MAX_HOUSES - 1), a run time error about Array index out of bounds will be caused.
Load crashdetect plugin and compile with debug info (-d3). Re-compile your scripts, start the server and type that command. In case it will display the unknown command, post your server log.
If InHouse[playerid] is not any value between 0 and (MAX_HOUSES - 1), a run time error about Array index out of bounds will be caused.