How to see other player stats?
#2

Instead of playerid, replace it with targetid or whatever your variable's name is. So instead of:

pawn Код:
pInfo[playerid][Admin]
Make it:


pawn Код:
pInfo[targetid][Admin]
PS: targetid should be a valid ID, so use sscanf for that or check if it is not equal to INVALID_PLAYER_ID
Reply


Messages In This Thread
How to see other player stats? - by Lixyde - 08.03.2019, 17:51
Re: How to see other player stats? - by TheToretto - 08.03.2019, 18:11
Re: How to see other player stats? - by Autorojo - 09.03.2019, 18:26
Re: How to see other player stats? - by scripter112 - 09.03.2019, 22:29
Re: How to see other player stats? - by UFF - 10.03.2019, 05:04

Forum Jump:


Users browsing this thread: 1 Guest(s)