E-mail Posted August 13, 2011 Share Posted August 13, 2011 Hi all in BaseMode Noobs write in F8 rsp have 2 grenads i want to make script if Player write in F8 rsp Give him kick with kick mgs Please Help me for my server removeCommandHandler("rsp") Link to comment
JR10 Posted August 13, 2011 Share Posted August 13, 2011 addCommandHandler("rsp", function(player) kickPlayer(player, "KICK MESSAGE HERE") end) Next time, try something yourself first. Link to comment
E-mail Posted August 13, 2011 Author Share Posted August 13, 2011 i start debugscript 3 see the bug here Rsp\o.lua:4:attempt to call global ,kickPlayer,(a nil value) Please Help JR10 Link to comment
JR10 Posted August 13, 2011 Share Posted August 13, 2011 You are using it client side. It's only server side. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now