SA-MP Forums Archive
How to make pPoliceRank show in scoreboard? - 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: How to make pPoliceRank show in scoreboard? (/showthread.php?tid=317192)



How to make pPoliceRank show in scoreboard? - 101 - 10.02.2012

How to make pPoliceRank show in scoreboard?

I'm using pPoliceRank to save the rank in a .ini.


Re: How to make pPoliceRank show in scoreboard? - bleedis - 10.02.2012

you cant


Re: How to make pPoliceRank show in scoreboard? - KingHual - 10.02.2012

What? Give us more info...


Re: How to make pPoliceRank show in scoreboard? - Azzeto - 10.02.2012

SetPlayerScore(playerid,YourPlayerVariable);
EX: SetPlayerScore(playerid,PlayerInfo[playerid][pPoliceRank]);


Re: How to make pPoliceRank show in scoreboard? - 101 - 10.02.2012

Quote:
Originally Posted by Azzeto
Посмотреть сообщение
SetPlayerScore(playerid,YourPlayerVariable);
EX: SetPlayerScore(playerid,PlayerInfo[playerid][pPoliceRank]);
Thank you Azzeto. This works without problems.