16.04.2014, 18:33
GetPlayerName does not return the name directly but it stores it to an array by reference:
pawn Код:
new pname[21];
GetPlayerName(playerid, pname, sizeof (pname));
format(string, sizeof(string), "%s has attempted to take control of the %s for %s, 10 minutes left.", pname,PointInfo[PointCapturable][PointName],FamilyInfo[PlayerInfo[playerid][pFMember]][FamilyName]);