SteamAPI - Uzyskiwanie API

Getting the steam API Object

Server method

SteamAPI = nil
TriggerEvent('pitu_extended:SteamAPI:getSharedObject', function(obj)
    SteamAPI = obj
end)

Last updated

Was this helpful?