01.01.2017, 07:34
Код:
CMD:help(playerid)
{
new data[731];
strcat(data, "San Andreas Team Death Match ~ Freeroam Script by -=Speed=- \n");
strcat(data, "For GENERAL commands, please type /commands. -=|=- For ADMIN/ACCOUNT commands, please type /ahelp. \n");
strcat(data, "For VEHICLE commands please type /v(menu/list). -=|=- For BUSINESS commands, please type /bmenu. \n");
strcat(data, "For HOUSE commands, please type /hmenu -=|=- For BANK commands, please type /bankhelp(l). \n");
strcat(data, "For TELEPORT commands, please type /telehelp(l). -=|=- For GANG commands, please type /ganghelp(l). \n");
strcat(data, "For CELLPHONE commands, please type /cellhelp(l). -=|=- For JOB commands, please type /jobhelp. \n");
strcat(data, "For RACE commands, please type /racehelp(l). \n");
strcat(data, "For help using the new LIST UI, please type /listhelp \n");
strcat(data, "Type /credits to see a list of the ppl who contributed to this script. \n");
ShowPlayerDialog(playerid, 2020, DIALOG_STYLE_MSGBOX, "General help:", data, "Close", "");//linea 38876
return 1;//linea 38877
}

