Advertisement
Guest User

Untitled

a guest
Nov 16th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.25 KB | None | 0 0
  1. public Action upgradeweapon(int client, int args)
  2. {
  3.     if g_MoneyCount >= 10
  4.     {
  5.         g_MoneyInterval = g_MoneyInterval + 1;
  6.     }
  7.     else
  8.     {
  9.         PrintToChat(client, "Error: You do not have enough money to perform this upgrade")
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement