View Single Post
icequeenzz
Member
Join Date: May 2008
Old 12-05-2011 , 08:38   Re: Flash the player screen
Reply With Quote #2

Maybe this will help:

PHP Code:
PerformFade(clientduration, const color[4]) 
{
    new 
Handle:hFadeClient=StartMessageOne("Fade"client);
    
BfWriteShort(hFadeClientduration);
    
BfWriteShort(hFadeClient2);
    
BfWriteShort(hFadeClient, (FFADE_PURGE|FFADE_IN));
    
BfWriteByte(hFadeClientcolor[0]);
    
BfWriteByte(hFadeClientcolor[1]);
    
BfWriteByte(hFadeClientcolor[2]);
    
BfWriteByte(hFadeClientcolor[3]);
    
EndMessage();

__________________

icequeenzz is offline