ResetPlayerNametagText
Jump to navigation
Jump to search
resetPlayerNametagText
Compatibility alias for resetPlayerNameplateText.
Syntax
bool resetPlayerNametagText(int playerId)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
playerId |
int |
yes | The connected player identifier. |
Returns
Returns the same value as resetPlayerNameplateText.
Examples
Use the MTA-style compatibility name:
resetPlayerNametagText(playerId)
Notes
- Available only in server-side resource scripts.
- New resources may use
resetPlayerNameplateTextfor terminology consistent with the native UI.