Got Some Errors
#2

Do you have User Path defined? For example,
Код:
#define UserPath "Users/%s.ini"
If you have, then you need to have this below.

Код:
stock Path(playerid)
{
	new str[128], name[MAX_PLAYER_NAME];
	GetPlayerName(playerid, name, sizeof(name));
	format(str, sizeof(str), UserPath, name); //Make sure you typed name of your User Path Defined
	return str;
}
Reply


Messages In This Thread
Got Some Errors - by Weaselpwns - 12.08.2012, 08:36
Re: Got Some Errors - by RedJohn - 12.08.2012, 08:44
Re: Got Some Errors - by kickerbat - 12.08.2012, 08:44
Re: Got Some Errors - by Weaselpwns - 12.08.2012, 08:48
Re: Got Some Errors - by Weaselpwns - 12.08.2012, 08:50
Re: Got Some Errors - by Weaselpwns - 12.08.2012, 09:02
Re: Got Some Errors - by Weaselpwns - 12.08.2012, 09:04
Re: Got Some Errors - by Weaselpwns - 12.08.2012, 09:10

Forum Jump:


Users browsing this thread: 2 Guest(s)