SA-MP Forums Archive
[AJUDA] Tempo - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] Tempo (/showthread.php?tid=302430)



[AJUDA] Tempo - [BWL]DuST - 08.12.2011

Queria saber se tem como por esse comando para qdo ser digitado o Tempo mudar apenas para Vocк!!
pawn Код:
if(strcmp(cmd, "/tempo", true) == 0) {
        tmp = strtok(cmdtext, idx);
        if(!strlen(tmp)) {
            SendClientMessage(playerid, 0x007FFFAA, "USE: /tempo [0-23]");
            return 1;
        }
        new time;
        time = strval(tmp);
        GetPlayerName(playerid, NomePlayer, sizeof(NomePlayer));
        SetWorldTime(time);
        SendClientMessage(playerid, Cor, "Info: Vocк %s definiu um tempo %d",NomePlayer,time);
        return 1;
    }



Re: [AJUDA] Tempo - lucas_mdr1235 - 08.12.2011

aki
PHP код:
if(strcmp(cmd"/tempo"true) == 0) {
        
tmp strtok(cmdtextidx);
        if(!
strlen(tmp)) {
            
SendClientMessage(playerid0x007FFFAA"USE: /tempo [0-23]");
            return 
1;
        }
        new 
time;
        
time strval(tmp);
        
GetPlayerName(playeridNomePlayersizeof(NomePlayer));
        
SetPlayerTime(playerid,time,0);
        
SendClientMessage(playeridCor"Info: Vocк %s definiu um tempo %d",NomePlayer,time);
        return 
1;
    } 
ajudei +rep


Re: [AJUDA] Tempo - [BWL]DuST - 08.12.2011

Vo testa

Vlw +rep