Timic Posted June 21, 2011 Posted June 21, 2011 Hello, i was wondering about getting player/players from other server. Maybe title explain enough. Powered by My in-game nick is |Timic| addEventHandler ( "onPlayerJoin", getRootElement(), function() if (getPlayerName(source) == "Timic") then triggerClientEvent("onTimicJoin",getRootElement()) end end)
SDK Posted June 21, 2011 Posted June 21, 2011 This can be done with https://wiki.multitheftauto.com/wiki/CallRemote, look at example #2. It's for chatting between servers, but you can modify it to what you want. You still need to make proper acl rights and groups, that's the hard part. Learn Lua - Learn to script - GUI scripting Scripter tools - Find/fix errors yourself(!) Don't pm me for scripting help, keep it for the Scripting subforum!
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