OnPlayerUpdate
Jump to navigation
Jump to search
Description:
This function is called when the packet containing a players data arrives from the server.
Parameters:
( playerid, updateType)
playerId : The ID of the player
updateType : The updateType
Return Values:
This function does not return any specific values.
Example
function OnPlayerUpdate( playerId, updateType ) { }