CMD:givexp(playerid, params[]){ if(!IsPlayerAdmin(playerid))return 0; { rInfo[playerid][xp] += 50; } return 1;}
rInfo[playerid][xp] += 50;