[HELP!!] argument type mismatch (argument 2)
#1

Код:
if(dialogid == 2626262626)
	{
		if(!response) return 1;
		if(strlen(inputtext))
		{
			new xObjFormat[128];
	                new Float:X, Float:Y, Float:Z;
			GetPlayerPos(playerid, X, Y, Z);
			format(xObjFormat,sizeof(xObjFormat),"%s",inputtext);
			new xXObject;
		 	xXObject = CreateObject(xObjFormat, X, Y, Z, 0.0, 0.0, 0.0);
			EditObject(playerid, xXObject);
    	}
		return 1;
	}
The Warning
C:\Users\Bar\Desktop\KakiGadol\gamemodes\RoshBeich a.pwn(13046) : error 035: argument type mismatch (argument 1)

Line 13046:
Код:
xXObject = CreateObject(xObjFormat, X, Y, Z, 0.0, 0.0, 0.0);
Reply


Messages In This Thread
[HELP!!] argument type mismatch (argument 2) - by Ejecter - 21.12.2014, 19:24
Re: [HELP!!] argument type mismatch (argument 2) - by Nimrod - 21.12.2014, 19:30
Re: [HELP!!] argument type mismatch (argument 2) - by Ejecter - 21.12.2014, 19:36
Re: [HELP!!] argument type mismatch (argument 2) - by Nimrod - 21.12.2014, 19:48
AW: [HELP!!] argument type mismatch (argument 2) - by Flori - 21.12.2014, 19:52
Re: [HELP!!] argument type mismatch (argument 2) - by Pottus - 21.12.2014, 20:15

Forum Jump:


Users browsing this thread: 1 Guest(s)