We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5143d8c commit c08237aCopy full SHA for c08237a
1 file changed
omp_player.inc
@@ -1587,8 +1587,8 @@ native GetPlayerColor(playerid);
1587
* </remarks>
1588
* <returns>
1589
* <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).
+ * <b><c>0</c></b> The player is not connected or the name is already in use.<br />
+ * <b><c>-1</c></b> The name can not be changed (it's less than 3 symbols, too long or has invalid characters).
1592
* </returns>
1593
*/
1594
native SetPlayerName(playerid, const name[]);
0 commit comments