ResendPlayerModInfo

From Multi Theft Auto: Wiki

Jump to: navigation, search

Available only in MTA SA 1.1.1-9.03451 and onwards

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

Minimum supported server 1.1.1-9.03451
Minimum supported client n/a
Note: Using this function requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section.

See Also