[AJUDA] Clima
#6

pawn Код:
if(strcmp(cmdtext, "/dia", true) == 0)
{
    new Nomep[MAX_PLAYER_NAME], stg[80];
    GetPlayerName(playerid, Nomep, sizeof(Nomep));
    if(IsPlayerAdmin(playerid))
    {
        format(stg, sizeof(stg), "[HW] O Staff %s alterou o tempo para 12:00", Nomep);
        SendClientMessageToAll(0x800000FF, stg);
        SetWorldTime(12);
    }
    else return SendClientMessage(playerid, 0xFF0000FF, "[HW]AVISO: Comando da Staff");
}
Reply


Messages In This Thread
[AJUDA] Clima - by Hashtag - 19.11.2011, 23:47
Re: [AJUDA] Clima - by Pharrel - 19.11.2011, 23:56
Re: [AJUDA] Clima - by Nake01 - 19.11.2011, 23:57
Re: [AJUDA] Clima - by Hashtag - 20.11.2011, 00:05
Re: [AJUDA] Clima - by Nake01 - 20.11.2011, 00:10
Re: [AJUDA] Clima - by Hashtag - 20.11.2011, 00:12

Forum Jump:


Users browsing this thread: 1 Guest(s)