Guest User

Untitled

a guest
May 26th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. CAKE.AdminCommand( "setmoney", Admin_SetMoney, "Sets a player's total money.", true, true, false );
  2. CAKE.AdminCommand( "addmoney", Admin_GiveMoney, "Gives money to a player.", true, true, false );
  3. CAKE.AdminCommand( "removemoney", Admin_RemoveMoney, "Takes money from a player.", true, true, false );
Add Comment
Please, Sign In to add comment