SA-MP Forums Archive
/Clan Command - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: /Clan Command (/showthread.php?tid=655718)



/Clan Command - Cezar98 - 28.06.2018

Hi how can i create this for my samp server and if click ''membrii online'' to show members online of a clan.
1. https://www.imgx.ro/fullview.php?id=242985
2. https://www.imgx.ro/fullview.php?id=242986


Re: /Clan Command - GTLS - 28.06.2018

use foreach to loop through all players and see if their clan is some particular number. If yes, strcat the original string with their name. Once the loop is finished, ShowPlayerDialog or SendClientMessage or whatever...