23.10.2010, 21:19
(
Последний раз редактировалось knackworst; 12.12.2010 в 14:21.
)
I don't know how to make moving objects... i get this warning:
432.
warning: C:\Users\William\Downloads\Ti+Stuntacular\gamemode s\Tropical_Island.pwn(432) : warning 225: unreachable code
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
every tutorial on moving objects sux as hell!
432.
pawn Код:
if(strcmp(cmd,"/openagate1", true)==0) {
MoveObject(971, 2897.9375, -2051.705078125, 5.4179458618164, 1);
return 1;
}
CreateObject(971, 2897.9375, -2051.705078125, 5.4179458618164, 0, 0, 268.24768066406);
if(strcmp(cmd, "/closeagate1", true)==0) {
MoveObject(971, 2897.9375, -2051.705078125, 5.4179458618164,1);
return 1;
}
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
every tutorial on moving objects sux as hell!