31.05.2013, 17:50
Is there any way to use function like format to change the PVAR variables(string) value?
That can let PVAR string variables more useful.
That can let PVAR string variables more useful.
new string[64];
SetPVarString(playerid, "MyString", "Sup?");
GetPVarString(playerid, "MyString", string, sizeof(string));
SetPVarInt(player,GetPVarString(player,"NameOfIntVar"),GetPVarInt(player,"ValueOfIntVar"));
SetPVarInt(player,GetPVarString(player,GetPVarString(player,"NameOfStringForPVar")),GetPVarInt(player,GetPVarString(player,"NameOfIntStringForPVar")));