18.09.2010, 13:01
Quote:
|
That's a bump hehe, guess it's allowed now.
I also wondered about something different: When should I use "new" variables and when should I use "static" ones? I already had this timer idea: pawn Code:
|
Code:
static test = 5; test++;
EDIT:
Oh yeah, when you assign a value to the static variable while initializing it, that assignment only happens that one time :P.
As for your first post: No. The stringize operator is very literal, if you do something like #var it will add "var" into the string, instead of the value.


