Skip to content

This is an include for SA:MP where you can manage the game's chat.

License

Notifications You must be signed in to change notification settings

devbluen/ChatConfig-Samp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

📄 Chat Config [SA:MP]

This is an include for general chat configuration within the server. You will be able to manage the chat for one or more players at the same time, all synchronized with its native functions.

♻️ How to install?

Place "#include configChat" after all your includes, it needs to be the last one of all.

💻 Dependencies

  1. y_hooks ( link for github )
  2. foreach ( link for github ) or ( github )
  3. y_iterate ( link for github )

⚙️ Natives

native TogglePlayerChat(playerid, bool:status);
native ToggleServerChat(bool:status);
native IsPlayerToggleChat(playerid);
native IsServerToggleChat();
native ClearPlayerChat(playerid, lines);
native ClearServerChat(lines);

⚙️ Extras

native SendServerMessage(color, const message[]);
native SendPlayerMessage(playerid, color, const message[]);

Enjoy :)