Argument mismatch(Type1)
#7

Код:
if(strcmp(cmdtext,"/varav", true) == 0)
{
new gateuse;
if(gateuse == 0)
  {
  MoveObject(AnthonyVarav, 322.057648, -1187.713867, 76.314163, 2.00);
 	  gateuse = 1;
    return 1;
    }
else if(gateuse == 1)
    {
 	  MoveObject(AnthonyVarav, -322.057648, -1187.713867, 70.788826, 2.00);
 	  gateuse = 0;
 	  }
else
{
SendClientMessage(playerid, COLOR_LIGHTRED, "Sa ei saa seda avada.");
}
return 1;
	}
You could try that, your original script compiles fine for me though.
Reply


Messages In This Thread
Argument mismatch(Type1) - by Allu - 24.06.2009, 14:01
Re: Argument mismatch(Type1) - by abhinavdabral - 24.06.2009, 14:34
Re: Argument mismatch(Type1) - by Allu - 24.06.2009, 14:43
Re: Argument mismatch(Type1) - by Nero_3D - 24.06.2009, 14:49
Re: Argument mismatch(Type1) - by luby - 24.06.2009, 14:53
Re: Argument mismatch(Type1) - by Allu - 24.06.2009, 14:56
Re: Argument mismatch(Type1) - by [TouchX]Ash - 24.06.2009, 15:53
Re: Argument mismatch(Type1) - by Allu - 24.06.2009, 16:39
Re: Argument mismatch(Type1) - by luby - 24.06.2009, 16:40
Re: Argument mismatch(Type1) - by Allu - 24.06.2009, 17:09

Forum Jump:


Users browsing this thread: 2 Guest(s)