15.07.2011, 23:25
I completely disagree. Why sacrifice speed for pvars if the variable isnt used by other scripts?
There's nothing wrong with creating that many strings if you have the memory. Though if you dont want to, you could just use ONE global string for each player. PAWN is single threaded, so there will never be a time when two players need the same string. You can simply format the single string with the information for said player before using it.
There's nothing wrong with creating that many strings if you have the memory. Though if you dont want to, you could just use ONE global string for each player. PAWN is single threaded, so there will never be a time when two players need the same string. You can simply format the single string with the information for said player before using it.