OnPlayerUpdate

From NPC for VCMP 0.4 Servers
Revision as of 04:02, 20 November 2022 by Habi (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 )
{
	
}