Advertisement
Codigos

Sistema de Drogas

Sep 3rd, 2012
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.33 KB | None | 0 0
  1. forward Chegadadaheroina(playerid);
  2. public Chegadadaheroina(playerid)
  3. {
  4.     FakeHeroina[playerid] = 1;
  5.     SendClientMessage(playerid, COLOR_GROVE, "O pacote de heroina já chegou ao local, use /apanhar para o apanhar.");
  6.     heroinablip[playerid] = CreateObject(1279, 769.3109, -1086.5149, 24.0859-1, 0, 0, 0);
  7.     return 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement