Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Script made by sheders
- //This is my first script and its so simple.
- //Website: www.xcoper.com
- #define FILTERSCRIPT
- #include <a_samp> //a_samp
- #include <zcmd> //zcmd
- CMD:admins(playerid,params[])
- {
- SendClientMessage(playerid,0xFF0000,"Admin Team: [Owner]name, [Admins]name");//Change the name to your name and your admins.
- return 1;
- }
- //Credits to sheders for script whoisadmin
- //Commands /admins this commands will show the players who is admins at the server.
Advertisement
Add Comment
Please, Sign In to add comment