Quote:
Originally Posted by Gambet
You use with() only when you're trying to call a function to a player that is not a player function. For player functions, you do obj.function, which in this case plyr.triggerclient() would be correct.
|
triggerclient() is not a function of the player object, it just requires a calling player.
I believe Graal considers the dot no different than
with, it works different ways depending on what you use with it.