4 errors
#9

write a "[" and a "p" "a" "w" "n" "]"
and to end just "[" "/" "p" "a" "w" "n" "]"
(without the quotations)
pawn Код:
stock UserPath(playerid)
{
new string[128],playername[MAX_PLAYER_NAME];
GetPlayerName(playerid,playername,sizeof(playernam e));
format(string,sizeof(string),PATH,playername);
return string;
}
what is "PATH" how is it defined?
Reply


Messages In This Thread
4 errors - by Mike100 - 08.02.2015, 23:15
Re: 4 errors - by Schneider - 08.02.2015, 23:47
Re: 4 errors - by Mike100 - 09.02.2015, 10:26
Re: 4 errors - by Mike100 - 09.02.2015, 10:47
Re: 4 errors - by Makhmoor - 09.02.2015, 11:03
Re: 4 errors - by Rissam - 09.02.2015, 11:31
Re: 4 errors - by Mike100 - 09.02.2015, 19:43
Re: 4 errors - by DanishHaq - 09.02.2015, 19:47
Re: 4 errors - by Sascha - 09.02.2015, 19:47
Re: 4 errors - by Mike100 - 09.02.2015, 19:55

Forum Jump:


Users browsing this thread: 1 Guest(s)