23.06.2015, 08:51
You forgot some parts of the tutorial. Re-read it. Here's the fix for the UserPath error:
You didn't define DIALOG_LOGIN and COL_WHITE.
PHP код:
UserPath(playerid)
{
new
playername[MAX_PLAYER_NAME],
string[50];
format(string, sizeof(string), PATH, playername);
return string;
}
PHP код:
#define DIALOG_LOGIN 2
#define COL_WHITE "{FFFFFF}"