10.04.2010, 01:15
if i understood you right, you donґt get the level when you join, which is set in the .txt right?..
you have to add this at your login command (if you have one...)
if(udb_CheckLogin(PlayerName(playerid),params))
{
PlayerInfo[playerid][level] = (dUserINT(PlayerName(playerid)).("level")); // or whatever you are using for your level:P
you have to add this at your login command (if you have one...)
if(udb_CheckLogin(PlayerName(playerid),params))
{
PlayerInfo[playerid][level] = (dUserINT(PlayerName(playerid)).("level")); // or whatever you are using for your level:P