SA-MP Forums Archive
Help With This Object - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help With This Object (/showthread.php?tid=91590)



Help With This Object - Smiths - 15.08.2009

All my others object works great

Working Objects
Код:
{3502,1540.430,-1366.450,368.074,-62.739,0.0,-74.530, 200.0},
{3502,1544.004,-1364.950,360.324,-62.739,0.0,-58.201, 200.0},
{3502,1547.453,-1362.924,352.574,-62.739,0.0,-58.201, 200.0},
{3502,1550.153,-1361.274,344.299,-75.630,0.0,-58.201, 200.0},
{3502,1551.952,-1360.199,336.049,-75.630,0.0,-58.201, 200.0},
{3502,1160.679,-1387.215,551.575,-67.895,0.0,-90.000, 200.0},
But this one

Код:
{ 981 , -1628.118652 , 585.148742 , 40.217357 , 0.000000 , 0.000000 , 314.000000 }
The working object was already in the Objects.pwn....

but this one i made it with a gamemode map editor...

Why it doesn't work?

Sorry for my english


Re: Help With This Object - RyDeR` - 15.08.2009

Maybe this?

{ 981 , -1628.118652 , 585.148742 , 40.217357 , 0.000000, 0.00 , 0.000000 , 314.000000 }


Re: Help With This Object - Smiths - 15.08.2009

Not working....


PS: IT WORK!


Re: Help With This Object - Dark_Kostas - 15.08.2009

There is missing one parameter. Working objects have 8parameters and the non working object has 7. [WsR]RyDeR's suggestion should work. Check what happened with your 8th parameter.