• datastream array is nil
    4 replies, posted
ive sent a proplist array to a client but when i try to do anything with it it says its nil datastream.StreamToClients( player.GetAll(), "sv_array", { props, 1, Vector(0,0,1) })
Same thing has happened to me the last few times I've tried using Datastream.
Yea it just seems that the array i send is perfect but the array i get is blank [editline]02:38PM[/editline] im considering using flat files
Messing around with Datastream, it seems that 'encoded' and 'decoded' have been switched. The encoded variable contains the decoded table, and the decoded variable is just null.
Cheers man!
Sorry, you need to Log In to post a reply to this thread.