13.02.2011, 13:30
@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:
Hope somebody wanna correct me
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;
}