Skip to content

Commit e875298

Browse files
committed
Fixed some tags.
1 parent d66eb56 commit e875298

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

a_npc.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@
160160
#error MAX_GANG_ZONES must be >= 1 and <= 1024
161161
#endif
162162

163-
#if MAX_TEXT_DRAWS < 1 || MAX_TEXT_DRAWS > 2048
163+
#if MAX_TEXT_DRAWS < Text:1 || MAX_TEXT_DRAWS > Text:2048
164164
#error MAX_TEXT_DRAWS must be >= 1 and <= 2048
165165
#endif
166166

167-
#if MAX_MENUS < 1 || MAX_MENUS > 128
167+
#if MAX_MENUS < Menu:1 || MAX_MENUS > Menu:128
168168
#error MAX_MENUS must be >= 1 and <= 128
169169
#endif
170170

a_samp.inc

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -235,24 +235,24 @@
235235
#error MAX_GANG_ZONES must be >= 1 and <= 1024
236236
#endif
237237

238-
#if MAX_TEXT_DRAWS < 1 || MAX_TEXT_DRAWS > Text:2048
239-
#error MAX_TEXT_DRAWS must be >= 1 and <= Text:2048
238+
#if MAX_TEXT_DRAWS < Text:1 || MAX_TEXT_DRAWS > Text:2048
239+
#error MAX_TEXT_DRAWS must be >= 1 and <= 2048
240240
#endif
241241

242-
#if MAX_PLAYER_TEXT_DRAWS < 1 || MAX_PLAYER_TEXT_DRAWS > PlayerText:256
243-
#error MAX_PLAYER_TEXT_DRAWS must be >= 1 and <= PlayerText:256
242+
#if MAX_PLAYER_TEXT_DRAWS < PlayerText:1 || MAX_PLAYER_TEXT_DRAWS > PlayerText:256
243+
#error MAX_PLAYER_TEXT_DRAWS must be >= 1 and <= 256
244244
#endif
245245

246-
#if MAX_MENUS < 1 || MAX_MENUS > Menu:128
247-
#error MAX_MENUS must be >= 1 and <= Menu:128
246+
#if MAX_MENUS < Menu:1 || MAX_MENUS > Menu:128
247+
#error MAX_MENUS must be >= 1 and <= 128
248248
#endif
249249

250-
#if MAX_3DTEXT_GLOBAL < 1 || MAX_3DTEXT_GLOBAL > Text3D:1024
251-
#error MAX_3DTEXT_GLOBAL must be >= 1 and <= Text3D:1024
250+
#if MAX_3DTEXT_GLOBAL < Text3D:1 || MAX_3DTEXT_GLOBAL > Text3D:1024
251+
#error MAX_3DTEXT_GLOBAL must be >= 1 and <= 1024
252252
#endif
253253

254-
#if MAX_3DTEXT_PLAYER < 0 || MAX_3DTEXT_PLAYER > PlayerText3D:1024
255-
#error MAX_3DTEXT_PLAYER must be >= 0 and <= PlayerText3D:1024
254+
#if MAX_3DTEXT_PLAYER < PlayerText3D:1 || MAX_3DTEXT_PLAYER > PlayerText3D:1024
255+
#error MAX_3DTEXT_PLAYER must be >= 1 and <= 1024
256256
#endif
257257

258258
#if MAX_PICKUPS < 1 || MAX_PICKUPS > 4096
@@ -3175,11 +3175,11 @@ forward OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:f
31753175

31763176
/// <summary>This callback is called when a SendClientCheck request comletes</summary>
31773177
/// <param name="playerid">The ID of the player checked</param>
3178-
/// <param name="type">The type of check performed</param>
3179-
/// <param name="arg"></param>
3180-
/// <param name="response">The result of the check</param>
3178+
/// <param name="actionid">The type of check performed</param>
3179+
/// <param name="memaddr">The address requested</param>
3180+
/// <param name="retndata">The result of the check</param>
31813181
/// <seealso name="SendClientCheck"/>
3182-
forward OnClientCheckResponse(playerid, type, arg, response);
3182+
forward OnClientCheckResponse(playerid, actionid, memaddr, retndata);
31833183

31843184
/// <summary>This callback is called when a SendClientCheck request comletes</summary>
31853185
/// <param name="playerid">The ID of the player who got cash from the game</param>

0 commit comments

Comments
 (0)