Preciso de uma maozinha *.*
#1

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б.
Reply
#2

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

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
Reply
#4

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");

Reply
#5

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+
Reply
#6

Sу apenas coloque:

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)