Timic Posted February 21, 2011 Posted February 21, 2011 I saw on MTA community an bug... So, when I log in It shows Invalid user id. Why? But when I register the nickname already exists Powered by My in-game nick is |Timic| addEventHandler ( "onPlayerJoin", getRootElement(), function() if (getPlayerName(source) == "Timic") then triggerClientEvent("onTimicJoin",getRootElement()) end end)
Timic Posted February 22, 2011 Author Posted February 22, 2011 Answer? Powered by My in-game nick is |Timic| addEventHandler ( "onPlayerJoin", getRootElement(), function() if (getPlayerName(source) == "Timic") then triggerClientEvent("onTimicJoin",getRootElement()) end end)
diegofkda Posted February 22, 2011 Posted February 22, 2011 Answer? Ye it happened to me too. Just reload page and make sure if your password is correct. "Everything exists, because otherwise nothing would", Bob Marley, 2015.
Timic Posted February 22, 2011 Author Posted February 22, 2011 I already made it but it didn't work Powered by My in-game nick is |Timic| addEventHandler ( "onPlayerJoin", getRootElement(), function() if (getPlayerName(source) == "Timic") then triggerClientEvent("onTimicJoin",getRootElement()) end end)
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