Skip to content

Commit d66eb56

Browse files
committed
Removed duplicate native.
1 parent a9da550 commit d66eb56

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

a_players.inc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2438,12 +2438,6 @@ native CancelSelectTextDraw(playerid); // cancel textdraw selection with the mou
24382438
/// <returns>This function always returns <b><c>1</c></b>, even if the function failed to excute (player doesn't exist, invalid radius, or invalid explosion type).</returns>
24392439
native CreateExplosionForPlayer(playerid, Float:X, Float:Y, Float:Z, type, Float:Radius);
24402440

2441-
/// <summary>Fetch the GPCI of a user, this is linked to SAMP/GTA on their computer.</summary>
2442-
/// <param name="playerid">The ID of the player to get the unique ID of</param>
2443-
/// <param name="serial">The destination string for the ID</param>
2444-
/// <param name="maxlen">The length of the destination string</param>
2445-
native gpci(playerid, serial[], maxlen = sizeof (serial));
2446-
24472441
/// <summary>Perform a memory check on the client.</summary>
24482442
/// <param name="playerid">The ID of the player to check</param>
24492443
/// <param name="type">The type of check to perform</param>

0 commit comments

Comments
 (0)