Jump to content

P.Wiśnia

Members
  • Posts

    20
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by P.Wiśnia

  1. DataSystem

    Links: 

    Authors:

    Server-Side functions:

    • setCustomData(element,name,variable,key)
    • getCustomData(element,name,key)
    • getAllCustomData(element,key)
    • getElementsByCustomData(name,key)
    • hasCustomData(element, selectedKey, name, variable)
    • removeCustomData(element,name,key)

    Client-Side functions:

    • getCustomData(element,name)
    • setCustomData(element,name,variable)
    • hasCustomData(element,name,variable)

    KeyTypes:

    • Server (non-synchronization, data only storage on server)
    • Synced (synchronization with all players)
    • Client (synchronization from server to one player)
    • Group (synchronization from server to group of players)
    • Thanks 1
  2. [IMG]

    [IMG]

    [IMG]
    Tryb gry: RPG + RP
    IP: Zostanie podane przed startem
    Data startu: Kwieceń 2022
    Discord: https://discord.gg/EaQRrdV9Pk

    [IMG]

    [IMG]

    Zamysłem serwera jest stworzenie autorskiego serwera "ModernRPG" opartego o rozbudowane systemy, zapewniające graczowi szereg możliwości.

    [IMG]

    [IMG]

    Zasoby serwera tworzone są od podstaw, pracujemy nad autorskimi modelami dającymi nam większą ilość możliwości.
    Serwer również po starcie będzie otrzymywał częste aktualizacje większe lub mniejsze.

    [IMG]

    [IMG]

    Zarobki na serwerze będą optymalne na tyle aby gracz rozpoczynający grę nie zdobył wszystkiego w ciągu jednego dnia i nie posiadł fortuny.
    Dzięki temu rozwiązaniu gracze nie będą musieli obracać dużymi kwotami.

    [IMG]

    [IMG]

    [IMG]
    [IMG]
    [IMG]

    [IMG] [IMG]

    [IMG] [IMG]

    [IMG]

    Pozdrawiamy Administracja ModernRPG
  3. Hi, I have a script for moving vehicles (salon), only he has one problem. If I reset the script and I am alone, there is no cut, but after re-entering the server there are cuttings. The script is on the server and looks like this:

    infernus = createVehicle(411,0,0,0)  
    local objekt=createObject(2034,0,0,0)
    setElementAlpha(objekt,0)
    setElementCollisionsEnabled(objekt,false)
    attachElements(infernus,objekt,0,0,0)
    setVehicleEngineState(infernus,false)
    
    function mainFunction()
        moveObject(objekt,6000,1,0,0)
    end
    mainFunction()

    However, if I move away from the vehicle and approach it again, there are no cuts.

×
×
  • Create New...