Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if(IsValidClient(target))
  2. {
  3. PrintToConsole(client, "Player %N has %d$", target, g_GoldPacks[target])
  4. CPrintToChat(client, "{red}[GoldStore]{green}Jucatorul {red}% {green}are {red}%d {yellow}Gold", target, g_GoldPacks[target])
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement