EditObject
#1

Hello. Issue is simple. I put an object in editing mode, and once I start moving it the object disappears. Any thoughts?
Thank you.
Reply
#2

It depends on which object you are using,some objects are bugged in SA-MP 0.3.7 Version.
Reply
#3

I can give you objects' list. They vary from pictures to TV sets, from rugs to miscellaneous. EVERY one of them disappears.
Reply
#4

I'd definitely like to see that list. I design interiors and do a lot of mapping with EditObject, I've never had this problem. I've definitely used every TV and rug. Try editing the same object models with /editpbject in Texture Studio, if they work fine then something is wrong with your script.
Reply
#5

Object list:

Код:
19624
19639
19587
2652
2040
2694
2654
2919
1547
1640
1641
1642
1643
11737
2841
2835
2842
2847
2817
2815
2833
2834
2836
2818
1828
2631
2632
2704
2705
2706
2689
2384
2386
2843
2844
2846
2819
2845
19577
19574
19575
19576
19570
19883
19580
2702
19835
19582
2769
19578
19882
11741
11742
11739
11740
19579
2767
19571
19320
19993
11744
1960
1962
1961
19617
2274
2279
2265
2268
2263
2266
2269
2275
2278
2264
2261
2270
2260
2272
2262
2282
2255
2287
2276
2284
2285
2271
2273
2281
2280
2289
2283
2258
2288
2267
2256
19173
19172
19174
19175
2055
19920
1429
19786
1748
2700
1717
19939
19940
2708
2021
1740
1821
1820
2235
2112
2110
2109
2357
2370
1758
1671
2310
2776
2356
1729
1728
1714
1765
1805
1810
11734
1647
1812
1771
1801
1793
2603
11720
14866
14446
2521
2525
2738
2602
2894
2855
2813
2854
2824
2827
2852
2826
2816
2853
2203
2242
2250
2244
863
859
950
949
2253
2252
2251
14804
19898
18659
18660
18661
18662
18663
18664
18665
18666
18667
1530
1528
1526
1524
17969
2752
2749
19874
19896
19897
1510
19893
1277
19319
19318
19317
2074
19825
19805
2737
2614
14705
19591
11704
2470
2484
1738
11712
2674
2672
Here is how I start editing the object:

Код:
case DIALOG_FURN_ACCEPT:
{
   if(!response) return ShowModelSelectionMenu(playerid,SkinsList[5], "Furniture");
   new Float:x, Float:y, Float:z;
   GetPlayerPos(playerid, x,y,z);
   AccInfo[playerid][aAction] = CreateObject(AccInfo[playerid][aModel], x+2, y+2, z, 0, 0, 0);
   EditObject(playerid, AccInfo[playerid][aAction]);
   return 1;
}
Nothing special, really.
Reply
#6

BUMP.

Anybody has any ideas?

UPD: Found the solution. Didn't know there are three types of responses. My bad.

Thanks for your time, folks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)