[HELP] Netmessage attempt to index local 'ply' (a number value)
2 replies, posted
[LUA]net.Receive("HasCharacterTrue", function(ply)
ply:SetNWBool( "GetPlayerCharacter", true )
end)[/LUA]
How come I'm getting this error?
[CODE]attempt to index local 'ply' (a number value)[/CODE]
First argument to the net.Receive is the length of the message. Second is the player
thx I'm really stupid I always forget to add len
Sorry, you need to Log In to post a reply to this thread.