Jump to content

Matt

VIP
  • Posts

    555
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Matt

  1. Problema a fost rezolvată. Topic închis!
  2. Problema a fost rezolvată. Topic închis!
  3. Probabil iti lipseste acest pachet: https://www.microsoft.com/en-us/download/details.aspx?id=52685 Trebuie sa instalezi ambele versiuni: x64 si x86.
  4. Problema a fost rezolvată. Topic închis!
  5. Ceva sisteme ce te-ar recomanda? Arata-ne si noua.
  6. Arata-ne functiile "IsValidVehicle" si "VehicleHaveDriver".
  7. Problema a fost rezolvată. Topic închis!
  8. Problema a fost rezolvată. Topic închis!
  9. new drunknew = GetPlayerDrunkLevel(i); if (drunknew < 100) { SetPlayerDrunkLevel(i, 2000); } else { if(PlayerInfo[i][pDrunkLevelLast] != drunknew) { new wfps = PlayerInfo[i][pDrunkLevelLast] - drunknew; if ((wfps > 0) && (wfps < 200)) PlayerInfo[i][pFPS] = wfps; PlayerInfo[i][pDrunkLevelLast] = drunknew; } } Si trebuie sa adaugi in: enum pInfo { pDrunkLevelLast, pFPS }
  10. Atunci modifica in codul de l-ai pus mai sus din PlayerInfo[playerid][ShowFP] in PlayerInfo[playerid][pShowFP]
  11. Problema a fost rezolvată. Topic închis!
  12. Problema a fost rezolvată. Topic închis!
  13. Problema a fost rezolvată. Topic închis!
  14. Problema a fost rezolvată. Topic închis!
  15. Problema a fost rezolvată. Topic închis!
  16. EDIT: Am citit ShowTD, nu ShowFP. enum pVariables // (sau cum il ai tu in gamemode) { ShowFP } By the way, functia e 'PlayerTextDrawSetString', nu 'playerTextDrawSetString'. (case sensitive)
  17. bn

    1. Show previous comments  3 more
    2. Kedoo

      Kedoo

      @Matt de unde aveti ochelari cu protectie solara?

    3. Matt

      Matt

      @Kedoo iam acizitionat din mol, acum trebuie sa parasesc conversatia la revedere

    4. Kedoo
  18. Topic-ul a fost șters deoarece nu ai respectat modelul de postare. Te rugăm sa revii cu alt topic in care să respecți modelul. Topic șters!
  19. Topic-ul a fost șters deoarece nu ai respectat modelul de postare. Te rugăm sa revii cu alt topic in care să respecți modelul. Topic șters!
  20. Topic-ul a fost șters deoarece nu ai respectat modelul de postare. Te rugăm sa revii cu alt topic in care să respecți modelul. Topic șters!
  21. Problema a fost rezolvată. Topic închis!
×
×
  • Create New...