[COD]Dia/Noite

Este codigo só muda o tempo pra pessoa que digitar.. Nao muda pro servidor todo..

if (strcmp("/dia", cmd, true) == 0)
{
SendClientMessage(playerid, COR, "Você mudou o tempo para Dia!");
SetPlayerTime(playerid, 12,0);
return 1;
}
if (strcmp("/noite", cmd, true) == 0)
{
SendClientMessage(playerid, COR, "Você mudou o tempo para Noite!");
SetPlayerTime(playerid, 00,0);
return 1;
}

StumbleDiggTechnoratiRedditDelicious