View Single Post
foxhound27
AlliedModders Donor
Join Date: Sep 2019
Location: Argentina
Old 11-09-2019 , 19:06   Re: How to make this autoshow without cmd?
Reply With Quote #2

try to add this.

PHP Code:

public OnClientPutInServer(client)
{
    
CreateTimer(5.0WelcomeMsgclient);
    
}

public 
Action:WelcomeMsg(Handle:timerany:client)
{
CMD_Info(clienttimer);


Last edited by foxhound27; 11-09-2019 at 19:09.
foxhound27 is offline