14.07.2013, 11:27
I'm totally confused about sending the message, this is what I've got so far:
pawn Код:
CMD:lastentered(playerid,params[])
{
new faction = PlayerInfo[playerid][pFaction];
if(faction != LSPD) return SCM(playerid, COLOR_SALMON, "Invalid faction.");
format(query, sizeof(query), "SELECT name, timedate FROM biz_visits ORDER BY id DESC LIMIT 5");
mysql_function_query(dbHandle, query, true, "", "");
}