Join a array of strings into one string
I would like to take a array of rules I have and join them together to display them on the screen as a hud message. What would be the best way to do this. Here is an example.
amxx.cfg Code:
amx_addrule "Respect the Admins"Code:
Server RulesI have everything working except the joining of the strings and displaying on the screen part. Thanks for your help. |
Code:
This is how i normaly do it |
This is how I ended up doing it in my plugin
Code:
for (new i=0; i<num_rules; ++i){ |
| All times are GMT -4. The time now is 17:10. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.