Need help
#1

I'm new at scripting and need help.

(190) : error 017: undefined symbol "heli"
(190) : warning 215: expression has no effect
(190) : error 001: expected token: ";", but found "-rational value-"
(190) : warning 215: expression has no effect
(190) : error 001: expected token: ";", but found ")"
(190) : fatal error 107: too many error messages on one line

LINE 190: MoveObject(heli,382.001038 2500.741211 52.551369);

I want to move that helipad here is full script of that part

if( !strcmp(cmdtext,"/mou",true ))
{
MoveObject(heli,382.001038 2500.741211 52.551369);
SendClientMessage(playerid,COLOR_RED, "The object has been moved up! ");
return 1;
}

if( !strcmp(cmdtext,"/mod",true ))
{
MoveObject(heli,372.814697 2547.501709 14.51081;
SendClientMessage(playerid, COLOR_RED, "The object has been moved down! ");
return 1;
}


If something is wrong please tell me!

Reply


Messages In This Thread
Need help - by Futurezx - 30.05.2009, 16:50
Re: Need help - by Gamer007 - 30.05.2009, 16:54
Re: Need help - by Futurezx - 30.05.2009, 16:55
Re: Need help - by Gamer007 - 30.05.2009, 16:57
Re: Need help - by Futurezx - 30.05.2009, 17:21
Re: Need help - by Futurezx - 30.05.2009, 17:45
Re: Need help - by Gamer007 - 30.05.2009, 18:00
Re: Need help - by Futurezx - 30.05.2009, 18:27
Re: Need help - by Futurezx - 30.05.2009, 18:50

Forum Jump:


Users browsing this thread: 1 Guest(s)