Ugrás a fő tartalomhoz

HideGameTextForPlayer

vigyázat

This function was added in omp v1.1.0.2612 and will not work in earlier versions!

Description

Stop showing a gametext style to a player.

NameDescription
playeridThe ID of the player to hide the gametext for.
styleThe style of text to hide.

Returns

This function does not return any specific value.

Examples

public OnPlayerDeath(playerid, killerid, WEAPON:reason)
{
HideGameTextForPlayer(playerid, 3);
return 1;
}