SA-MP Forums Archive
Preciso de uma maozinha *.* - 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: Preciso de uma maozinha *.* (/showthread.php?tid=397705)



Preciso de uma maozinha *.* - tgibes - 06.12.2012

Oi Tudo bom?
para comeзar eu sou bem novato.
Preciso de uma ajuda com um tipo de contagem, exemplo: /contar ai aparece Go Go Go direto e depois de
1 minuto aparece The end, mais usando o SendClientMessage para aparece sу pra quem fizer o /contar

Da essa forзa ai? To precisando pacas. obrigado desde jб.


Re: Preciso de uma maozinha *.* - Mr_Taxi - 06.12.2012

Assim ?
https://sampforum.blast.hk/showthread.php?tid=281966


Re: Preciso de uma maozinha *.* - tgibes - 06.12.2012

Quote:
Originally Posted by Mr_Taxi
Посмотреть сообщение
Nгo amigo, tipo quando vocк da /contar jб logo vem o Go Go Go e 1 minuto depois aparece The End.
sу que para aparece apenas para quem digita o /contar


Respuesta: Preciso de uma maozinha *.* - kratty - 06.12.2012

Tenta ae, nem testei

PHP код:
new TimerTE[MAX_PLAYERS];
public 
OnPlayerCommandText(playeridcmdtext[])
{
    if(!
strcmp(cmdtext"/contar"true))
    {
        
GameTextForAll("~g~Go Go Go"30006);
        
TimerTE[playerid] = SetTimerEx("TheEnd"1000*60false"i"playerid);
        return 
true;
    }
    return 
false;
}
forward TheEnd(playerid);
public 
TheEnd(playerid)
{
    
KillTimer(TimerTE[playerid]);
    return 
SendClientMessage(playerid, -1"The End");




Re: Respuesta: Preciso de uma maozinha *.* - tgibes - 06.12.2012

Quote:
Originally Posted by kratty
Посмотреть сообщение
Tenta ae, nem testei

PHP код:
new TimerTE[MAX_PLAYERS];
public 
OnPlayerCommandText(playeridcmdtext[])
{
    if(!
strcmp(cmdtext"/contar"true))
    {
        
GameTextForAll("~g~Go Go Go"30006);
        
TimerTE[playerid] = SetTimerEx("TheEnd"1000*60false"i"playerid);
        return 
true;
    }
    return 
false;
}
forward TheEnd(playerid);
public 
TheEnd(playerid)
{
    
KillTimer(TimerTE[playerid]);
    return 
SendClientMessage(playerid, -1"The End");

Ai isso ai, mais teria como muda isso:

-> GameTextForAll(playerid,("~g~Go Go Go", 3000, 6);

porque o go go go ta aparecendo a mensagem para todos, Mais valeu se nгo tiver como, vou usar ele assim mesmo. Rep+


Respuesta: Preciso de uma maozinha *.* - kratty - 06.12.2012

Sу apenas coloque:

PHP код:
GameTextForPlayer(playerid"~g~Go Go Go"30006); 



Re: Preciso de uma maozinha *.* - jdsfenix - 06.12.2012

tem um sistema de x1 racha no FS ingles, eu procurei e n achei, ada uma olhada la!!!