30.07.2011, 18:50
where's the difference when GetPlayerNameEx does the same?
stock GetPlayerNameEx(playerid)
{
new pName[24];
GetPlayerName(playerid, pName, 24);
return pName;
}
stock GetPlayerNameEx(playerid)
{
new pName[24];
GetPlayerName(playerid, pName, 24);
return pName;
}