I want to know whether it is possible to limit how there is net message
He's from Russia. Know a tiny bit of Russian so don't ban me for this post.
Что? Я не понимаю что ты вы говоришю.
Just add a variable inside it sender to check how many times message has been made
So
net.Receive("Test", function(l, p)
if((p.RequestsForTest or 0) > 16) then
p.RequestForTest = (p.RequestForTest or 0) + 1
RunFunction()
end
end)
thx
Sorry, you need to Log In to post a reply to this thread.