Quote:
Originally Posted by Novo
should be
PHP Code:
with ( plyr )
{
triggerclient("weapon", "systemMain", "");
}
|
Quote:
Originally Posted by zokemon
The should do the same thing but I never seem to be able to get obj.triggerclient(); to work. I always have to do with (obj) triggerclient(); instead.
|
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.