error 035: argument type mismatch (argument 1)
#3

Here it is:

Код:
stock PlayerInfo(playerid)
{
	new string[128],playername[MAX_PLAYER_NAME];
	GetPlayerName(playerid,playername,sizeof(playername));
	format(string,sizeof(string),USER_PATH,playername);
	return string;
}
Reply


Messages In This Thread
error 035: argument type mismatch (argument 1) - by Extasy4 - 21.06.2013, 11:12
Re: error 035: argument type mismatch (argument 1) - by MP2 - 21.06.2013, 11:42
Re: error 035: argument type mismatch (argument 1) - by Extasy4 - 21.06.2013, 12:24

Forum Jump:


Users browsing this thread: 1 Guest(s)