Jump to content

Gaabriel

Members
  • Content Count

    0
  • Joined

  • Last visited

Posts posted by Gaabriel


  1. Am incercat-o si merge.  Vezi sa nu o ai pusa sub vreun callback. Trebuie sa fie pus public, la liber.

     

    CMD:sellfish(playerid, params[])
    {
        if(pFish[playerid] != 1)return SCM(playerid, COLOR_RED, "Nu ai un peste!");
         if(!IsPlayerInRangeOfPoint(playerid, 5.0, 2121.5466, 1408.5935, 10.8302))
         {
             SCM(playerid, COLOR_RED, "Nu te afli in zona potrivita!");
              SetPlayerCheckpoint(playerid, 2121.5466, 1408.5935, 10.8302, 5.0);
              return 1;
        }
         pFish[playerid] = 0;
        new fMoney = 20+random(50);
         format(fMoney, sizeof(fMoney), "Ai vandut pestele pentru $%d");
          GivePlayerMoney(playerid, fMoney);
           SCM(playerid, COLOR_BLUE, fMoney);
        return 1;
    }

×
×
  • Create New...