SA-MP Forums Archive
Remove score... - 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: Remove score... (/showthread.php?tid=311265)



Remove score... - Warren - 15.01.2012

Hi, I want to remove score so that everybody's score will always be at 0.
Im using Raven's Roleplay gamemode

e.g of what I want.... 178.63.52.144:7777 --- everybody's score is 0.

Please help


Re: Remove score... - Steven82 - 15.01.2012

Well press Ctrl + F in PAWNO. Type in "SetPlayerScore" and remove all of them. Then under OnPlayerConnect, put "SetPlayerScore(playerid, 0);" then your all done.


Re: Remove score... - Warren - 15.01.2012

Thanks