adds discord in-game command
This commit is contained in:
parent
a05da37787
commit
654b304d2f
@ -452,4 +452,10 @@ DQCMD:rcon( DCC_Channel: channel, DCC_User: user, params[ ] )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ** In-Game Discord Commands * **/
|
||||||
|
CMD:discord( playerid, params[ ] )
|
||||||
|
{
|
||||||
|
return SendServerMessage( playerid, "You can access our Discord server at {7289da}sfcnr.com/discord" );
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user