Tag mismatch
#3

Here is the stock
pawn Код:
stock Path(playerid) //Will create a new stock so we can easily use it later to load/save user's data in user's path
{
    new str[128],name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,sizeof(name));
    format(str,sizeof(str),UserPath,name);
    return str;
}
Reply


Messages In This Thread
Tag mismatch - by DarkLored - 11.02.2014, 01:32
Re: Tag mismatch - by Kirollos - 11.02.2014, 01:36
Re: Tag mismatch - by DarkLored - 11.02.2014, 01:38
Re: Tag mismatch - by Kirollos - 11.02.2014, 01:42
Re: Tag mismatch - by DarkLored - 11.02.2014, 01:45

Forum Jump:


Users browsing this thread: 2 Guest(s)