GameText
#4

Then do the same with gametexts:

PHP код:
//In the script: 
const time 10//This would be 10sec 
GameTextForPlayer(playerid,!"10",1000,5); 
@
countdown(playerid,time); 
//at the end of the script: 
@countdown(playerid,x);@countdown(playerid,x) { 
    if(--
== 0)  return GameTextForPlayer(playerid,!"Los Los Los!",1000,5); 
    new 
str[8]; 
    
valstr(str,x); 
    
GameTextForPlayer(playerid,str,1000,5); 
    return 
SetTimerEx(!"@countdown",999,0,!"ii",playerid,x); 

Reply


Messages In This Thread
GameText - by DerickClark - 31.07.2015, 15:52
AW: GameText - by Kaliber - 31.07.2015, 15:57
Re: GameText - by DerickClark - 31.07.2015, 16:03
AW: GameText - by Kaliber - 31.07.2015, 16:26
Re: GameText - by DerickClark - 31.07.2015, 16:30
Re: GameText - by DerickClark - 31.07.2015, 22:54
Re: GameText - by SpikeSpigel - 01.08.2015, 00:19
Re: GameText - by DerickClark - 01.08.2015, 00:36
AW: GameText - by Kaliber - 01.08.2015, 00:41

Forum Jump:


Users browsing this thread: 1 Guest(s)