stock saverewards(playerid) {
if(!IsPlayerLogged[playerid])
return 0;
str_q[0] = EOS;
f(str_q, sizeof(str_q), "%s%i,", str_q, PI[playerid][pRewards]);
UpdatePlayerDataStr(playerid, "Rewards", str_q);
str_q[0] = EOS;
f(str_q, sizeof(str_q), "%s%i,", str_q...