GetPlayerKillScore[playerid] ??? ...How to create it ? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: GetPlayerKillScore[playerid] ??? ...How to create it ? (
/showthread.php?tid=74183)
GetPlayerKillScore[playerid] ??? ...How to create it ? -
Bearfist - 20.04.2009
In My GunGame I added
Код:
new KillScore[MAX_PLAYERS];
But How To Get That KillScore of any Player ?
Re: GetPlayerKillScore[playerid] ??? ...How to create it ? -
Rks25 - 20.04.2009
if a player kills someone => KillScore[playerid]++;
than make format and check how many units the variable got.
Re: GetPlayerKillScore[playerid] ??? ...How to create it ? -
Bearfist - 20.04.2009
Thanks ... I try