OfficialZubso Posted January 8, 2021 Share Posted January 8, 2021 Hey, I'm really new to RageMP Scripting stuff, and I'm currently doing some basic coding. I wanna do something like Press a button (E) Send a Remote Call to the Server Spawn a vehicle mp.keys.bind(0x45, true, function() { mp.gui.chat.push("[RemoteEvent] Rollerverleih"); mp.events.callRemote("Rollerverleih", player); }); This is my current code. The "Chat.Push" is showing up in my chat, but nothing else is happening. The Remote Call just doesnt work. I tested my Remote Call and it works. I just made a Command with exactly the same functions in the Remote Call (copy & paste) and the Command seems to work. Just the Remote Call doesnt work. Any help? thanks in regards Link to comment Share on other sites More sharing options...
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