03.12.2011, 21:08
Vocк precisa usar GetPlayerName antes.
Use esta funзгo, й mais prбtico.
Use esta funзгo, й mais prбtico.
pawn Код:
pname(playerid)
{
new pname[MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
return pname;
}