02.01.2012, 21:07
First of all, this is how you can get a value from PVar-string:
And what are you trying to do with this line:
what's a `BankFile` and what's supposed to be in the Rstr variable?
pawn Код:
new uname[64];
GetPVarString(playerid,"Username",uname,sizeof(uname)); // now `uname` contains PVar `Username`
pawn Код:
format(Rstr, sizeof(Rstr), BankFile, GetPVarString(playerid, "Username"));

