09.08.2009, 20:18
If you really want to rename them you can do this:
But it's fairly pointless..
pawn Код:
stock SetPlayerXp(playerid, Xp)
{
return SetPlayerScore(playerid, Xp);
}

