Advertisement
Guest User

blackjack

a guest
Apr 28th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. CMD:blackjack(playerid, params[]) {
  2. SCM(playerid, -1, "Felicitari, ai castigat!");
  3. GivePlayerCash(playerid, 1);
  4. return 1;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement