SA-MP Forums Archive
Help needed - 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: Help needed (/showthread.php?tid=123602)



Help needed - ~Dangun! - 26.01.2010

I created a admin and account FS but when it loads it saying the "Kills" in TAB list also. how to remove this but it loads but not shown in score tab? Just that you have to start at 0 but your kills are keep counting.

This is the code
Код:
GivePlayerScore(playerid,pInfo[playerid][score]);



Re: Help needed - ~Dangun! - 27.01.2010

bump. Also when i remove that line, it will reset all scores to 0. each restart/relog


Re: Help needed - pierhs - 27.01.2010

Код:
SetPlayerScore(playerid,pInfo[playerid][score]);



Re: Help needed - Nakash - 27.01.2010

Quote:
Originally Posted by Chuck_Taylor
Код:
SetPlayerScore(playerid,pInfo[playerid][score]);
SetPlayerScore(playerid,0);


Re: Help needed - pierhs - 27.01.2010

Quote:
Originally Posted by Uniqueee
Quote:
Originally Posted by Chuck_Taylor
Код:
SetPlayerScore(playerid,pInfo[playerid][score]);
SetPlayerScore(playerid,0);
He wants the player to have the same score with his kills not to be 0


Re: Help needed - ~Dangun! - 27.01.2010

using Set/Get/give will set ur score in score list to.