Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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. }