18.03.2011, 03:54
SetPVarInt(playerid, varname[], int_value)
Pvar's are like this SetPVarInt(playerid, "Money", GetPlayerMoney(playerid)) //from the wiki
So in your case it would be like
SetPVarInt(id, "Level",admlvl);
Pvar's are like this SetPVarInt(playerid, "Money", GetPlayerMoney(playerid)) //from the wiki
So in your case it would be like
SetPVarInt(id, "Level",admlvl);