Call a command
#1

hey

when a player disconnects i want the server to automaticly make them type a command

Help?
Reply
#2

pawn Код:
public OnPlayerDisconnect( playerid, reason )
{
    OnPlayerCommandText( playerid, "command_here" );
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)