[Library] @mentiones - Printable Version +- Burgershot (https://www.burgershot.gg) +-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3) +--- Forum: Releases (https://www.burgershot.gg/forumdisplay.php?fid=13) +---- Forum: Libraries (https://www.burgershot.gg/forumdisplay.php?fid=31) +---- Thread: [Library] @mentiones (/showthread.php?tid=1903) |
@mentiones - AbyssMorgan - 2021-04-18 Include contain function for chat @mentiones system Code: mentiones.inc Example: Code: public OnPlayerMentioned(playerid,targetid){ Screenshot: https://i.imgur.com/dhkbMWV.png Download: mentiones.inc RGB.inc DataConvert.inc RE: @mentiones - Radical - 2021-05-23 Nice bro. Can you create another function to convert @32 (player id) to @AbyssMorgan (player name)? RE: @mentiones - AbyssMorgan - 2021-05-26 Update v1.3.0: - Optimizations - Added support for @id mentions - Changed output for print full nick name Screenshot https://i.imgur.com/dhkbMWV.png RE: @mentiones - Radical - 2021-07-15 There is a problem. That function doesn't support more than 3 mentions. Also It would be good if you add: SetAllowedMentions(number); I don't want players can mentioning more than 4 players. I want limit them. RE: @mentiones - AbyssMorgan - 2021-08-06 Update v1.3.1: - Added functions: Code: GetAllowedMentions(); |