23.02.2013, 21:49
https://sampwiki.blast.hk/wiki/Gettime
Use the gettime() function, store what it returns into variables and run a check like this:
Where "mins" is the variable you assigned minutes to be put in to.
Use the gettime() function, store what it returns into variables and run a check like this:
pawn Код:
if(mins == 0)
{
// do your stuff
}