#1

How to make something like
if Time == 13:00
{
SendClientMessageToAll"";
}
Reply
#2

pawn Код:
new pHour, pMinutes;
GetPlayerTime(playerid, pHour, pMinutes);
if(pHour == 13) return SendClientMessageToAll(COLOR_WHITE, "The time is 13!");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)