Skip to content

Commit b1ae547

Browse files
committed
Correct some typos
1 parent d50fa64 commit b1ae547

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

omp_player.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ native bool:SendClientMessage(playerid, colour, const format[], OPEN_MP_TAGS:...
15901590
* <b><c>0</c></b>: The function failed to execute. The player is not connected.
15911591
* </returns>
15921592
*/
1593-
#pragma deprecated Use `SendClientMessagef`
1593+
#pragma deprecated Use `SendClientMessage`
15941594
native bool:SendClientMessagef(playerid, colour, const format[], OPEN_MP_TAGS:...) = SendClientMessage;
15951595

15961596
/**
@@ -1627,7 +1627,7 @@ native bool:GameTextForPlayer(playerid, const format[], time, style, OPEN_MP_TAG
16271627
* is not connected.
16281628
* </returns>
16291629
*/
1630-
#pragma deprecated Use `GameTextForPlayerf`
1630+
#pragma deprecated Use `GameTextForPlayer`
16311631
native bool:GameTextForPlayerf(playerid, const format[], time, style, OPEN_MP_TAGS:...) = GameTextForPlayer;
16321632

16331633
/**

omp_textdraw.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ native bool:TextDrawSetOutline(Text:textid, outlineSize);
386386
* after modifying the textdraw and the change will be visible.</remarks>
387387
*/
388388
#if !defined MIXED_SPELLINGS
389-
#pragma deprecated Use `TextDrawBackgroundColor`. To silence this warning and use different spellings define `MIXED_SPELLINGS` or define `SAMP_COMPAT` for general SA-MP API compatibility.
389+
#pragma deprecated Use `TextDrawBackgroundColour`. To silence this warning and use different spellings define `MIXED_SPELLINGS` or define `SAMP_COMPAT` for general SA-MP API compatibility.
390390
#endif
391391
native bool:TextDrawBackgroundColor(Text:textid, backgroundColor);
392392

0 commit comments

Comments
 (0)