25.02.2012, 05:46
Quote:
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: pawn Код:
pawn Код:
|
Hmm, so you are making a command called "/bcreate" and want to start the value from 1000, so it increases a digit on each time when type the command /bcreate.
Well then actually in my opinion it's correct to use "baddress++;" as it increase 1 digit on each time the command is used (The value will not be saved in the MySQL database unless you run a mysql_query, this is just a temporary value it will be turned back to 1000 when the server restarts).
If this is what you meant then i guess i've helped you if not then please try to explain even more better.
-FalconX