(adsbygoogle = window.adsbygoogle || []).push({});
Ok so i know a bit of java and c# and was wondering how you compare strings in a gsc. I tried player.name.equals("gamertag") im assuming that player.name is a string btw. Also how would you convert a self into a player or check if it is a player kinda like what you do with a host menu with if(self isHost())
I want the end result to be
if(self isGamertag("gamertag"))
or anything that achieves the same result. Thanks for any help