Search the Community
Showing results for tags 'Parameter'.
-
Hello, is there any way to connect directly to the server with parameters, like: ragemp_v.exe "rage://v/connect?ip=25.86.34.209:22005" in a batch I tried several ways, but no success. Please help! Thanks! Powoli
-
ok simple, what am i doing wrong? Yes I am new to JS: Serverside: mp.events.add('testEvent',(para1,para2,para3) => { console.log('para1:'+para1); console.log('para2:'+para2); console.log('para3:'+para3); }); Clientside: mp.events.callRemote('testEvent',1,2,3); Console: para1:[object Object] para2:1 para3:2 thanks for help! Hank edit: discovered https://wiki.rage.mp/index.php?title=Getting_Started_with_Events
