error 001: expected token: "-identifier-", but found "-integer value-"
#6

pawn Код:
stock UserPath(playerid)
{
    new string[128],playername[MAX_PLAYER_NAME];
    GetPlayerName(playerid,playername,sizeof(playername));
    format(string,sizeof(string),PATH,playername);
    return string;
}
Should be this correct?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)