09.12.2011, 16:01
Quote:
|
1st problem was: rotation...
When I upgraded server to 0.3d all objects ( gates and other objects ) was changeing for 90° 2nd problem was: DIALOG_STYLE_PASSWORD How I can define it because pawno report me: error---> undefined symbol sorry for my bad english ! |
make sure it is like this:
pawn Код:
MoveObject(objectid, Float:X, Float:Y, Float:Z, Speed, Rot:X, Rot:Y, Rot:Z);
pawn Код:
CreateObject(A, B, C, D, E, F, G);
Rot:Y = F
Rot:Z = G


