problem
#5

Quote:
Originally Posted by IceShock
Посмотреть сообщение
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success) {
    if (!success) {
        TextDrawShowForPlayer(playerid, Textdraw0);
        SetTimerEx("InvalidKomanda", 3000, true, "");
		TextDrawHideForPlayer(playerid, Textdraw0);
    }
    return 1;
}
I hope I helped you.
This Is WRONG!! you can't use this maybe it will crash the server

MatriXgaMer
you can use this one :
PHP код:
public OnPlayerCommandPerformed(playeridcmdtext[], success) {
    if (!
success) {
        
TextDrawShowForPlayer(playeridTextdraw0);
        
SetTimerEx("InvalidKomanda"5000false"i"playerid);
    }
    return 
1;
}
forward InvalidKomanda(playerid);
public 
InvalidKomanda(playerid)
{
    
TextDrawHideForPlayer(playeridTextdraw0);

Reply


Messages In This Thread
problem - by MatriXgaMer - 10.01.2014, 14:35
Re: problem - by Miguel - 10.01.2014, 14:38
Re: problem - by MatriXgaMer - 10.01.2014, 14:49
Re: problem - by IceShock - 10.01.2014, 14:53
Re: problem - by amirab - 10.01.2014, 14:54
Re: problem - by MatriXgaMer - 10.01.2014, 14:59

Forum Jump:


Users browsing this thread: 1 Guest(s)