-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
to-doSomeone can take this issue/todo & work on itSomeone can take this issue/todo & work on it
Description
General Features
Cover up features for server:
Admin Commands & Functions:
Commands:
- /ban [PLAYER_ID] [REASON] - Used to ban a player with a reason
- /suspend [PLAYER_ID] [REASON] [DAYS] [HOURS] [SECONDS] - Used to suspend a player with a reason & for X Y Z time
- /kick [PLAYER_ID] [REASON] - Used to kick a player with a reason
- /warn [PLAYER_ID] [REASON] - Used to issue a warning for player with a reason
- /forceac [PLAYER_ID] [REASON] - Used to force a player to using Anti cheat
- /(un)freeze [PLAYER_ID] - Used to (un)freeze a player
- /setplayertime [PLAYER_ID] [TIME] - Set a player's time
- /setplayerweather [PLAYER_ID] [WEATHER_ID] - Set a player's weather
- /setlevel [PLAYER_ID] [ADMIN_LEVEL] - Set a player's admin level
Functions:
SendAdminMessage(playerid, const message[])- Used to send a message to everyone with [ADMIN] prefixSendMessageToAdmins(const message[])- Used to send a message to online administratorsBanPlayer(playerid, const reason[] = "No Reason", expire_time = 0)- Used to ban a player ID with a reason & expire time. (0 should be forever/infinite)
RCON Commands & Functions:
Commands:
- /adddeveloper [PLAYER_ACCOUNT_ID] - Add a player to developer's list table in Database
- /removedeveloper [DEVELOPER_NUMBER (Can be obtained from /developerslist !)] - Remove a developer from developer's list database
* /credits - Show a list of current present rows in database or credits & allow to remove/add
Functions:
SendRconMessageToAll(color, const message[])- Send a message to everyone with [RCON] prefixSendMessageToRconUsers(color, const message[])- Send a message to everyone whose RCON logged inSendRconMessageToPlayer(playerid, color, const message[])- Send a message to a specific player with [RCON] prefix
Player Commands & Functions:
Commands:
- /supporterslist - Show a list of donators/supporters
- /developers - Show a list of Developers with their contact on discord & status (Online/offline IG)
- /admins - Show a list of online admins
* /credits - Show a list of those who have contributed to the server - /rules - Show a list of rules of the server
* /pinfo - Show a list of player's information (PING, PL, FPS, SAMPCAC: YES/NO, VPN: POSSIBLE/NO, AFK: YES/NO)
* /isafk - Check if a player is AFK
* /idletime - Check if a player is AFK
* /afklist - Show a list of players AFK - /lounge - Teleport to an X spot & have a certain set of CMDs that can be used there
- /l - Talk in lounge
- /loungelist - Show a list of players in lounge
- /aclist - Show a list of players who are using Anticheat(RED = FORCED else WHITE)
- /stats - Show a list of player's statistics(Kills/deaths/KDR for now)
* /cmds - Show a list of player commands - /streaks - Show a list of players who are on streak
* /pl - Show player's packetloss percentage.
*/settime [TIME IN HOURS] - Set player's time (EX Usage: /settime 1, That'd set time to: 1:00)
*/weather [WEATHER_ID] - Set player's weather to params (EX Usage: /weather 5, That'd set player's weather to 5)
Streaks
- Show a game text for player with X text/title & give $$ for kill streaks accordingly: 3, 5, 7, 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100
- These streaks end as soon as the player dies
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
to-doSomeone can take this issue/todo & work on itSomeone can take this issue/todo & work on it