mysql timer question
#1

hi i make this code
pawn Код:
forward Time(playerid);
public Time(playerid)
{
    Minutes[playerid]++;
    if(Minutes[playerid] == 60)
    {
        Hours[playerid]++;
        Minutes[playerid] = 0;
    }
}
how to save in mysql the hr and min like hr.mins
Reply
#2

Search for a tutorial and learn. Nobody will make scripts for you, except when you post it in a script request thread.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)