Skip to content

VExtensions 0.3.2 / 2.20.2021

Latest
Compare
Choose a tag to compare
@Vurv78 Vurv78 released this 21 Feb 07:31
· 10 commits to master since this release

Update that adds some new StarfallEx functions

  • Added player:trusts(player) SHARED (This acts exactly as E2's trust function did, before sparky nerfed it recently so now you can only get friend status to people you're friends with.)
  • Added printLocal(...) CLIENT (Pretty much printGlobal, but with slightly less restrictions and prints to the local client)
  • Added printLocalLimits() CLIENT Returns maximum chars in printLocal message, maximum args.
  • Added canPrintLocal() CLIENT Returns whether you can printLocal, since it is still restricted by a 4 calls per second burst limit.