SA-MP Forums Archive
Fix bug - 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: Fix bug (/showthread.php?tid=647093)



Fix bug - hamrlg - 29.12.2017

Hi guys

I Have a problem . my game mod is have a bad bug. When a player rob a Shop, he does not get score !

how to fix it?


Re: Fix bug - hamrlg - 29.12.2017

help please


Re: Fix bug - RogueDrifter - 29.12.2017

1- Show code
2- Don't spam before at least 24 hours from the last post.


Re: Fix bug - cuber - 29.12.2017

Show us your code.


Re: Fix bug - Ritzy2K - 29.12.2017

Код:
new score = GetPlayerScore(playerid);
SetPlayerScore(playerid, score+1);