Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

[23 January 2016] Added OnGainVision and OnLoseVision events, also GetUser(); API


  • This topic is locked This topic is locked
No replies to this topic

#1
Feretorix

Feretorix

    Administrator

  • Administrators
  • 3,016 posts
GetUser(); -- returns a string with the current username from the GoS Loader.
 
Code example:
 
PrintChat(GetUser());
 
 
OnGainVision(function(Object)
PrintChat(string.format("<font color='#00ff00'>GainedVision = %s</font>",GetObjectName(Object)));
end)
 
OnLoseVision(function(Object)
PrintChat(string.format("<font color='#ff0000'>LostVision = %s</font>",GetObjectName(Object)));
end)

  • 2




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users