Entrance save
#3

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, "", "");

}
Reply


Messages In This Thread
Entrance save - by Darnell - 14.07.2013, 08:43
Respuesta: Entrance save - by Xabi - 14.07.2013, 09:19
Re: Entrance save - by Darnell - 14.07.2013, 11:27
Respuesta: Entrance save - by Xabi - 14.07.2013, 11:33
Re: Entrance save - by Darnell - 14.07.2013, 11:37

Forum Jump:


Users browsing this thread: 1 Guest(s)