14.01.2015, 18:34
just add before that line:
and change RemoveUnderScore(playerid) to RemoveUnderScore(pName)
Edit: I'm not familiar with that function, but if you actually need to pass just playerid's you can forget what I wrote above
and change "gName" in that line which gave you an error to "pClicked[playerid]"
pawn Код:
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
Edit: I'm not familiar with that function, but if you actually need to pass just playerid's you can forget what I wrote above
and change "gName" in that line which gave you an error to "pClicked[playerid]"

