problem
#6

Quote:
Originally Posted by amirab
Посмотреть сообщение
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);

Thanks REP+
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)