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

Код:
#define Loop(%0,%1) \
	for(new %0 = 0; %0 != %1; %0++)
//==============================================

		                        if(rcInfo[raceinc] != true && rcInfo[racestar] != true)
		                        {
		                            new string[20];
		                            format(string, sizeof(string), "%s", inputtext);
		                            rcInfo[namebuild] = string, rcInfo[buildrace] = true, rcInfo[playercreaterc] = playerid;
		                            //..
		                            new INI:File = INI_Open(FolderRaces(inputtext));
		                            INI_SetTag(File, "Information race");
		                            INI_WriteString(File, "name", inputtext);
		                            INI_WriteInt(File, "checkpoints", 0);
		                            INI_WriteInt(File, "vehicle", 0);
		                            INI_WriteFloat(File, "sizeveh", 0.0);
		                            INI_WriteFloat(File, "angleveh", 0.0);
   		   			   Loop(x, 5)
     					  {
					    format(string, sizeof(string), "BestRacerTime_%d", x);
			Error	>>	    dini_Set(File, bstring, "0");
					    format(string, sizeof(string), "BestRacer_%d", x);
			Error	>>	    dini_Set(File, bstring, "noone");
					    }
		                            INI_Close(File);
: error 035: argument type mismatch (argument 1)
: error 035: argument type mismatch (argument 1)

Anyone please Fast




Thank You
Reply


Messages In This Thread
error 035: argument type mismatch (argument 1) - by paulbobin - 01.04.2015, 14:17
Re: error 035: argument type mismatch (argument 1) - by Gammix - 01.04.2015, 15:32
Re: error 035: argument type mismatch (argument 1) - by BroZeus - 01.04.2015, 15:37
Re: error 035: argument type mismatch (argument 1) - by paulbobin - 02.04.2015, 03:54
Respuesta: error 035: argument type mismatch (argument 1) - by JuanStone - 02.04.2015, 06:01
Re: error 035: argument type mismatch (argument 1) - by Crayder - 02.04.2015, 06:18

Forum Jump:


Users browsing this thread: 2 Guest(s)