View Single Post
Mistrick
Senior Member
Join Date: Aug 2012
Location: Russia
Old 11-24-2016 , 05:47   Re: [Funny] Restart Harlem Shake
Reply With Quote #17

You can make this func like that, not tested but should work.
PHP Code:
public fn_Messages()
{
    new 
iMsg[50]
    
    new 
msg[][] = { "TAH!""LETS DO THE HARLEM SHAKE""HEY!""CON LO TERRORISTA!""WRAOOOOOOOOOOOH!" };
    new 
Float:times[] = { 1.52.01.51.01.20.81.00.60.30.60.40.60.37.44.02.5 };
    
    
formatex(iMsg,charsmax(iMsg), tas 13 msg[0] : msg[tas 12]);
    
    if(
tas 16)
    {
        
set_task(times[tas], "fn_Messages");
    }
    
    
set_dhudmessage(0,100,200,-1.0,0.20,0,1.0,0.1)
    
show_dhudmessage0iMsg )
    
    
tas++;

Mistrick is offline