Skip to content

erroris3/errorism.isonline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Authors

Check Online Utils

just a simple script that can check player is online by using identifier.

Features

  • Get is player online from identifier
  • Exports for easy access

Requirement

API Reference [Client&Server]

Get is player online by identifier.

exports['errorism.isonline']:get(identifier)
Parameter Type Description
identifier string Required. Identifier of player
return boolean return targetPlayerId

Usage/Examples

local xPlayer = ESX.GetPlayerFromId(source)
local isOnline = exports['errorism.isonline']:get(xPlayer.identifier)
print(isOnline)
-- Output : 1

Tech Stack

Server: lua

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages