Subtract 1 with a command - 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: Subtract 1 with a command (
/showthread.php?tid=92391)
Subtract 1 with a command -
Mujib - 19.08.2009
How can i subtract 1 from a player stats
Can i do
PlayerInfo[playa][pHousecarpoint]--;
Because adding is
PlayerInfo[playa][pHousecarpoint]++;
Please help me!
Re: Subtract 1 with a command -
Redgie - 19.08.2009
Yes, that will work fine.