26.11.2012, 18:19
Hey 
I got error :

Here is the code :
format(str,sizeof(str),Path,name); Its that line i got error on 
Help!

I got error :
Quote:
error 017: undefined symbol "Path" |

Here is the code :
Quote:
stock UserPath(playerid) { new str[128],name[MAX_PLAYER_NAME]; GetPlayerName(playerid,name,sizeof(name)); format(str,sizeof(str),Path,name); return str; } |

Help!