01.09.2014, 22:12
GetPlayerName(playerid, pName, sizeof (pName));
It's simple really, you're returning the name of the user using the cmd
use GetPlayerName(i, pName, sizeof(pName));
and change PlayerInfo[i][pLevel], basically replace the parts with playerid with i within reason.
It's simple really, you're returning the name of the user using the cmd
use GetPlayerName(i, pName, sizeof(pName));
and change PlayerInfo[i][pLevel], basically replace the parts with playerid with i within reason.