13.02.2011, 13:32
Quote:
@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 Код:
|
Change this:
pawn Код:
MoveDynamicObject(bcgate1, 1005.15850830,-2092.55249023,14.94963074 ,1,5);
pawn Код:
MoveDynamicObject(bcgate1, 1005.15850830,-2092.55249023,14.94963074,3);
I hope that i have helped