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



Help please :3 - iGetty - 29.07.2011

pawn Код:
Player[id][LicensePoints] += 1;
When I set that, it adds 2 points?, also the same when I do this:

Player[id][LicensePoints] ++;

what's the problem? :3


Re: Help please :3 - PGTips - 30.07.2011

Do you have any othe coding for this which you havnt returned a value on so its doing this twice like say 1 point 2nd pint waiting 2bd point gained +2 as you never returned the value

Also long time no see getty not sure if this makes much sense ill think how to explain it


Re: Help please :3 - iGetty - 30.07.2011

xD, no sense at all :/, but meh ,

And I know :O, pop me a PM <3


Re: Help please :3 - PGTips - 30.07.2011

Can we possibly see about 7-8 lines above that