HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Is this safe?

02-19-2009, 01:54 PM#1
Fledermaus
Would using call TriggerRegisterPlayerEvent(trig, GetLocalPlayer(), SOME_EVENT) be safe if you didn't create any handles/do non-local stuff in the actions?
02-19-2009, 01:56 PM#2
Vexorian
Probably, but I wouldn't try.
02-19-2009, 02:28 PM#3
Rising_Dusk
As long as you're not creating a handle for only one player of type event, which should skew the players' respective handle tables, then you're fine. This is reminiscent of creating a multiboard for all players and only showing it for one.