View Single Post
Shouldercannon
BANNED
Join Date: Sep 2009
Location: Russia, Penza
Old 02-15-2011 , 08:57   Re: [Help] Delay/Timer and Silent Command Execution.
Reply With Quote #7

PHP Code:
public OnClientPutInServer(client

    
PrintToChat(client"Hello!, Please Wait 2 Seconds!"); 
    
CreateTimer(2.0Timer_Advertiseclient); 
}

public 
Action:Timer_Advertise(Handle:timerany:client)
{
    if (
IsClientInGame(client))
        
PrintToChat(client"2 Seconds Has Passed Away");


Last edited by Shouldercannon; 02-15-2011 at 09:01.
Shouldercannon is offline
Send a message via ICQ to Shouldercannon