Quote:
Originally Posted by DAVIDXP
Sure :
pawn Код:
stock UserPath(playerid) { new string[128],playername[MAX_PLAYER_NAME]; GetPlayerName(playerid,playername,sizeof(playername)); format(string,sizeof(string),PATH,playername); return string; }
|
show me the #define of PATH & are you sure that the file exists?