waleedrt Posted June 9, 2016 Share Posted June 9, 2016 where i can find the function that write the player name when player connect? Link to comment
Dimos7 Posted June 9, 2016 Share Posted June 9, 2016 function onConnect() outputChatBox(getPlayerName(source).. "has just connected to server.", root, 211, 211, 211) end addEventHandler("onPlayerConnect", root, onConnect) Link to comment
waleedrt Posted June 9, 2016 Author Share Posted June 9, 2016 i mean where can i find it so i can delete it Link to comment
Bean666 Posted June 10, 2016 Share Posted June 10, 2016 the resource "joinquit", stop it. Link to comment
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