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