08.01.2011, 04:56
It's not that nobody wants to help, it's that nobody can help. I'll take a swing at it.
Even if that does work, it will only work for integers, that doesn't include Strings and Floats
Chances are you're just going to have to manually walk through your script and change it.
pawn Код:
#define PlayerInfo[%1][%2]=%3 SetPVarInt(%1,"%2",%3)
Chances are you're just going to have to manually walk through your script and change it.