OnPlayerUpdate

From NPC for VCMP 0.4 Servers
Revision as of 07:33, 30 November 2022 by Habi (talk | contribs)
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 )
{
	
}