SA-MP Forums Archive
Ban by hardware ID - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Ban by hardware ID (/showthread.php?tid=593646)



Ban by hardware ID - PaulDinam - 07.11.2015

Is there a way to get someone's hardware ID/GPCI and then somehow detect if they're ban evading or not?


Re: Ban by hardware ID - [ABK]Antonio - 08.11.2015

The GPCI function isn't hardware ID. There isn't a way to get the players hardware ID or anything of the sort. With the way GPCI works, you'll definitely catch people you didn't mean to into the ban if you ban that way.


Re: Ban by hardware ID - PaulDinam - 08.11.2015

Quote:
Originally Posted by [ABK]Antonio
View Post
The GPCI function isn't hardware ID. There isn't a way to get the players hardware ID or anything of the sort. With the way GPCI works, you'll definitely catch people you didn't mean to into the ban if you ban that way.
Where can I find the GPCI function?


Re: Ban by hardware ID - AnthonyDaSexy - 08.11.2015

I would not recommend you to use the gpci function as it is not unique per player. There are tons of players with the same serial.

pawn Code:
native gpci (playerid, serial[], len);