Skip to content

Commit c08237a

Browse files
authored
Update omp_player.inc
1 parent 5143d8c commit c08237a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

omp_player.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,8 +1587,8 @@ native GetPlayerColor(playerid);
15871587
* </remarks>
15881588
* <returns>
15891589
* <b><c>1</c></b> The name was changed successfully.<br />
1590-
* <b><c>0</c></b> The player is not connected, player already has that name or it's already taken by another player.<br />
1591-
* <b><c>-1</c></b> The name can not be changed (it's too long or has invalid characters).
1590+
* <b><c>0</c></b> The player is not connected or the name is already in use.<br />
1591+
* <b><c>-1</c></b> The name can not be changed (it's less than 3 symbols, too long or has invalid characters).
15921592
* </returns>
15931593
*/
15941594
native SetPlayerName(playerid, const name[]);

0 commit comments

Comments
 (0)