27.08.2014, 21:06
pawn Код:
CMD:help(playerid, params[])
{
SendClientMessage(playerid, COLOR_WHITE, " -----[COMMANDS]-----");
SendClientMessage(playerid, COLOR_WHITE, "/locations - Shows you all the mappings you may teleport to.");
return 1;
}