clean up help.pwn

This commit is contained in:
Lorenc Pekaj 2019-06-01 18:28:56 +10:00
parent 49660232df
commit c519ae54fa

View File

@ -22,11 +22,6 @@ CMD:help( playerid, params[ ] ) {
}
CMD:features( playerid, params[ ] ) {
return DisplayFeatures( playerid );
}
stock DisplayFeatures( playerid )
{
SetPVarInt( playerid, "help_category", 1 );
mysql_function_query( dbHandle, "SELECT `SUBJECT`,`ID`,`CATEGORY` FROM `HELP` WHERE `CATEGORY`=1 ORDER BY `SUBJECT` ASC", true, "OnFetchCategoryResponse", "dd", playerid, 1 );
return 1;