Sheders

WhoIsAdmin Made by sheders

Mar 17th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. //Script made by sheders
  2. //This is my first script and its so simple.
  3. //Website: www.xcoper.com
  4. #define FILTERSCRIPT
  5. #include <a_samp> //a_samp
  6. #include <zcmd> //zcmd
  7.  
  8. CMD:admins(playerid,params[])
  9. {
  10. SendClientMessage(playerid,0xFF0000,"Admin Team: [Owner]name, [Admins]name");//Change the name to your name and your admins.
  11. return 1;
  12. }
  13. //Credits to sheders for script whoisadmin
  14. //Commands /admins this commands will show the players who is admins at the server.
Advertisement
Add Comment
Please, Sign In to add comment