Hello there, I have this little problem, when I try to test saving pvars in database, console prints always that variable as 0. here is codeSo I just need to know, does player with that ID need to be connected so it would save that pvar or ????Код:SetPVarInt(extraid, "Drug2", 3); format(Drug, sizeof(Drug), "Drug%d", Drugs[i][drugSQLID]); //drugSQLID is 2 printf("%s | %d", Drug, GetPVarInt(0, Drug));
Thanks in advance