08.03.2018, 20:18
OP post more of the code that you posted the last 3 lines of... More above that is where something will reside.
Above this...
You haven't posted all the code, as what's above that code SHOULD be the function to retrieve their time online.
Also where did you define hours/minutes/seconds?
Above this...
PHP код:
format(iString,sizeof(iString),"{ffff99}Online Time: %d hours | %d minutes | %d seconds", hours, minutes, seconds);
SendClientMessage(playerid, -1, iString);
}
return 1;
}
Also where did you define hours/minutes/seconds?