Raised This Month: $51 Target: $400
 12% 

amx_plugins edit


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Snake.
Senior Member
Join Date: Jul 2017
Old 03-10-2022 , 18:29   amx_plugins edit
Reply With Quote #1

How can i make amx_plugins command to show all the plugin at one page instead of writing "amx_plugins 11, 21, 31..."
Attached Files
File Type: sma Get Plugin or Get Source (admincmd.sma - 76 views - 36.4 KB)
Snake. is offline
Send a message via Skype™ to Snake.
raizo11
BANNED
Join Date: Dec 2013
Location: https://t.me/pump_upp
Old 03-10-2022 , 19:58   Re: amx_plugins edit
Reply With Quote #2

Change Value
Code:
EndPLID=min(StartPLID + 10, num);
YOU CAN TRY
Code:
EndPLID=min(StartPLID + 100, num);
OR
Code:
EndPLID=min(StartPLID ++, num);
raizo11 is offline
Send a message via ICQ to raizo11 Send a message via AIM to raizo11 Send a message via MSN to raizo11 Send a message via Yahoo to raizo11 Send a message via Skype™ to raizo11
Snake.
Senior Member
Join Date: Jul 2017
Old 03-10-2022 , 20:20   Re: amx_plugins edit
Reply With Quote #3

Quote:
Originally Posted by raizo11 View Post
Change Value
Code:
EndPLID=min(StartPLID + 10, num);
YOU CAN TRY
Code:
EndPLID=min(StartPLID + 100, num);
OR
Code:
EndPLID=min(StartPLID ++, num);
Thanks!
Snake. is offline
Send a message via Skype™ to Snake.
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:29.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode