ResendPlayerModInfo

From Multi Theft Auto: Wiki
Revision as of 09:51, 6 August 2012 by Tren GT (talk | contribs)
Jump to navigation Jump to search

This function will force the specified player to resend their mod info, triggering the onPlayerModInfo event again.

Syntax

bool resendPlayerModInfo ( player thePlayer )

Required Arguments

  • thePlayer: A player object referencing the specified player

Returns

Returns true if the mod info will be resent, false otherwise.

Requirements

This template will be deleted.

See Also