Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.45 KB | None | 0 0
  1. public Action OnCommandShowRules(int client, int args) {
  2.    
  3.     if (IsValidClient(client))
  4.     {
  5.     QueryClientConVar(int client, "cl_disablehtmlmotd", view_as<ConVarQueryFinished>(ClientConVar), int provider);
  6.     if (ClientConVar == 1)
  7.    
  8.     PrintToChat(client, "Failed to display the rules, please set cl_disablemotdmod to 0.")
  9.    
  10.     else
  11.     ShowMOTDPanel(client, "Devils Playground - HnS Rules", "http://devilsplayground.eu/rules.html", MOTDPANEL_TYPE_URL);
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement