OnPlayerUpdate: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Welcome| desc=This function is called when the packet containing a players data arrives from the server.| params=<syntaxhighlight lang="lua">( playerid, updateType)</syntaxh...") |
(No difference)
|
Revision as of 04:02, 20 November 2022
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 )
{
}