Fabioxps Posted October 16, 2014 Posted October 16, 2014 why not work? function call2( text1, text2, text3, type, serverport ) if serverport ~= getServerPort() then outputChatBox(text1.." ".. text2.." ".. text3.." ".. serverport) end end function playerChatCallback() end function goCreateServer( text1, text2, text3, type ) callRemote ( "mtasa://127.0.0.1:22003", getResourceName(getThisResource()), "call2", playerChatCallback, text1, text2, text3, type, getServerPort() ) end local text1 = "1" local text2 = "2 " local text3 = "3" goCreateServer( text1, text2, text3, type )
MTA Team botder Posted October 16, 2014 MTA Team Posted October 16, 2014 Remove the "mtasa://" from the host GitHub: Debug Console • MTA-Discord Relay Scripting: How to draw a line chart with DirectX functions? • Doppler Effect in MTA • Get the client's FPS • Customizable Blur Shader
Arsilex Posted October 16, 2014 Posted October 16, 2014 are you sure that you added permissions to the resource in the ACL?
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