25.02.2012, 03:36
Hey guys, this might be a nooby question, but I can't figure this out, might just be how tired I am.
I want to store a value of "baddress" basically, I want it to start at 1000, so I had first did:
But now, on /bcreate which is my business create command, I did
therefore making the address 1001. But, Now i do it again, and it comes out at 1001 again, so how could I store the 1001, therefore making 1002, then 1003..etc. Thank you advance! I use mysql, if thats important to know.
I want to store a value of "baddress" basically, I want it to start at 1000, so I had first did:
pawn Код:
new baddress = 1000;
pawn Код:
baddress ++;