23.02.2012, 15:44
PHP код:
public SyncTime()
{
new string[64];
new tmphour;
new tmpminute;
new tmpsecond;
gettime(tmphour, tmpminute, tmpsecond);
FixHour(tmphour);
tmphour = shifthour;
if ((tmphour > ghour) || (tmphour == 0 && ghour == 23))
{
format(string, sizeof(string), "Este ora Fix Ceasul acuma este: %d:00 Succes incontinuare!",tmphour);
BroadCast(COLOR_WHITE,string);
ghour = tmphour;
PayDay();
for(new i=0; i<MAX_PLAYERS; i++)
{
SendClientMessage(playerid, i, "In 20 Secunde Rac!!");
SetTimer("ScheduledRespawn",20000,false);
if (realtime)
{
SetWorldTime(tmphour);
}
}
}
if i take this out i get no errors.
PHP код:
for(new i=0; i<MAX_PLAYERS; i++)
{
SendClientMessage(playerid, i, "In 20 Secunde Rac!!");
SetTimer("ScheduledRespawn",20000,false);