OnClientPlayerJoin: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
outputChatBox("You've joined the server!")
outputChatBox("You've joined the server!")
end
end
addEventHandler("OnClientPlayerJoin", getRootElement(), localPlayerJoin)
addEventHandler("onClientPlayerJoin", getRootElement(), localPlayerJoin)
</syntaxhighlight>
</syntaxhighlight>



Revision as of 19:42, 16 February 2008