Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions omp_player.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1587,11 +1587,11 @@ native GetPlayerColor(playerid);
* </remarks>
* <returns>
* <b><c>1</c></b> The name was changed successfully.<br />
* <b><c>0</c></b> The player already has that name.<br />
* <b><c>-1</c></b> The name can not be changed (it's already in use, 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).
* </returns>
*/
native bool:SetPlayerName(playerid, const name[]);
native SetPlayerName(playerid, const name[]);

/**
* <library>omp_player</library>
Expand Down