HELP!
#9

Quote:
Originally Posted by xemper
Посмотреть сообщение
@rjjj Thank you! It worked!

Anyway I need help to a new thing... :/ It's a gate that i wanna make moveable, and I get this warning:

C:\Users\Frede\Desktop\Server\Raven's Roleplay 0.3c\gamemodes\larp.pwn(6942) : warning 202: number of arguments does not match definition

And here's the code:
pawn Код:
public GateClose6()
{
      MoveDynamicObject(bcgate1, 1005.15850830,-2092.55249023,14.94963074, 1,5);
      return 1;
}
Hope somebody wanna correct me
Sure


Change this:

pawn Код:
MoveDynamicObject(bcgate1, 1005.15850830,-2092.55249023,14.94963074 ,1,5);
for:

pawn Код:
MoveDynamicObject(bcgate1, 1005.15850830,-2092.55249023,14.94963074,3);
And compile.

I hope that i have helped
Reply


Messages In This Thread
HELP! - by xemper - 13.02.2011, 11:34
Re: HELP! - by Luis- - 13.02.2011, 11:59
Re: HELP! - by xemper - 13.02.2011, 12:43
Re: HELP! - by XoX - 13.02.2011, 12:48
Re: HELP! - by xemper - 13.02.2011, 13:23
Re: HELP! - by XoX - 13.02.2011, 13:25
Re: HELP! - by rjjj - 13.02.2011, 13:25
Re: HELP! - by xemper - 13.02.2011, 13:30
Re: HELP! - by rjjj - 13.02.2011, 13:32
Re: HELP! - by TouR - 13.02.2011, 13:32

Forum Jump:


Users browsing this thread: 2 Guest(s)