30.09.2010, 02:25
I'd assume using a global string wouldn't be terrible. PAWN is single-threaded, so two things can't happen at the exact same time. Therefore, one variable can't be in use in two places simultaneously.
Correct me if I'm wrong.
Correct me if I'm wrong.

