ResendPlayerModInfo: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Server function}}
{{Server function}}
{{New feature/item|3.0120|1.2|3451|
'''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.
This function will force the specified player to resend their mod info, triggering the [[onPlayerModInfo]] event again.

Revision as of 09:51, 6 August 2012

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 server version 1.1.1-9.03451
Minimum client version n/a

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version server="1.1.1-9.03451" />

See Also