amx_plugins edit
1 Attachment(s)
How can i make amx_plugins command to show all the plugin at one page instead of writing "amx_plugins 11, 21, 31..."
|
Re: amx_plugins edit
Change Value
Code:
EndPLID=min(StartPLID + 10, num);Code:
EndPLID=min(StartPLID + 100, num);Code:
EndPLID=min(StartPLID ++, num); |
Re: amx_plugins edit
Quote:
|
| All times are GMT -4. The time now is 23:57. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.