Thread: Motd show
View Single Post
Author Message
tepegoz
Senior Member
Join Date: Apr 2019
Old 06-15-2020 , 09:38   Motd show
Reply With Quote #1

I have a plugin that contain many stats. I want save and show motd to that stats.
I want to save that stats at last of the map and in another map when I type /list, opens motd list and the stats will show. The motd list will clear every last of the map and reload new list..
PHP Code:
 "%i Stats1 -- %s^n"Playerstats[1][STATS1], PlayerstatsName[STATS1])
 
"%i Stats2 -- %s^n"Playerstats[1][STATS2], PlayerstatsName[STATS2]) 
MOTD will be:
------Map: de_dust2-----------
"%i Stats1 -- %s^n", Playerstats[1][STATS1],PlayerstatsName[STATS1])
"%i Stats2 -- %s^n", Playerstats[1][STATS2], PlayerstatsName[STATS2])
tepegoz is offline