View Single Post
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 10-03-2017 , 12:04   Re: Passing multiple data with RequestFrame
Reply With Quote #7

Rule of thumb with handling anything considered "async" like RequestFrame (not enforced, but HIGHLY RECOMMENDED)

Never pass RAW entity/client indexes (except 0 or -1) as callback data, instead use either UserID/Client Serial (for client indexes) and entity references for entity indexes (0 or greater then MaxClients value)
__________________
WildCard65 is offline