SA-MP Forums Archive
Loot System - 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)
+--- Thread: Loot System (/showthread.php?tid=529843)



Loot System - Crystallize - 04.08.2014

So i'm using this tutorial
https://sampforum.blast.hk/showthread.php?tid=466964
it compiles perfectly however when I change the cords for e.g
Код:
LootObjects[8] = CreateObject(348, 2556.1000976563, 2705.3000488281, 11,  -84.78008, -118.08011, 0.00000); //Desert Eagle
When I go In game and go to these positions there's no desert eagle and also it says you're not near...
does anybody know what I am doing wrong ?


Re: Loot System - ronyx69 - 04.08.2014

It seems weird that the Z coordinate you're using is exactly 11, it should be a float like 11.0 but where do you get the coord from? Maybe the object is underground.


Re: Loot System - Mauzen - 04.08.2014

Yep, 11.0 != 11
This should give you a tag mismatch warning, so I wonder why you didnt figure this out already.


Re: Loot System - X|Dragon|X - 04.08.2014

You should ask the question on the tutorials therefore if it was a bug he had made, he could fix it, and anyways he should be able to help you there since it is his coding after all


Re: Loot System - Crystallize - 04.08.2014

I'm getting the cords from MTA , i'm not really sure that "the tag mismatch" is causing this
thanks for these fast replies I'll re-check everything again
EDIT : Problem still persists


Re: Loot System - Crystallize - 04.08.2014

Bump anybody?