Wtf - 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: Wtf (
/showthread.php?tid=154330)
Wtf -
Ihsan_Cingisiz - 13.06.2010
Hello, i want if the player hours is +1 that then the the player needs
to pay 50 dollar more for mediccost but i get in-game error, if i die
i lose 1100 dollar, and second die (Without getting any hours) 1800
it really weird..
Quote:
if(pHours[playerid] ++) {
MedicCost +=50;
}
|