Preciso de uma maozinha *.*
#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


Messages In This Thread
Preciso de uma maozinha *.* - by tgibes - 06.12.2012, 13:07
Re: Preciso de uma maozinha *.* - by Mr_Taxi - 06.12.2012, 13:09
Re: Preciso de uma maozinha *.* - by tgibes - 06.12.2012, 13:14
Respuesta: Preciso de uma maozinha *.* - by kratty - 06.12.2012, 13:18
Re: Respuesta: Preciso de uma maozinha *.* - by tgibes - 06.12.2012, 13:30
Respuesta: Preciso de uma maozinha *.* - by kratty - 06.12.2012, 13:31
Re: Preciso de uma maozinha *.* - by jdsfenix - 06.12.2012, 14:00

Forum Jump:


Users browsing this thread: 1 Guest(s)