SA-MP Forums Archive
need help with position - 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: need help with position (/showthread.php?tid=296397)



need help with position - KissOfDeath - 11.11.2011

im having problem with the coords of my pickup, i cant get it right, my pickup is underneath the ground please help me

coords:
Код:
AddPlayerClass(120,30.7435,-1535.3385,4.9866,264.7230,0,0,0,0,0,0); // tollgate1
im trying to put it like this
Код:
Gatepick = CreatePickup(1318, 14, 32.34,-1535.67,5.10, -1);
<-- this is the one that is underneath the ground.


Re: need help with position - jiwan - 11.11.2011

what is the problem ?


Re : need help with position - KissOfDeath - 11.11.2011

the pickup goes underneath the ground, but my coords are so correct on the right position,. but it goes beneath it, (sorry for my english)


Re: need help with position - GAMER_PS2 - 11.11.2011

make sure you copy the coordinates right delete the code and copy the coordinates again


Re : need help with position - KissOfDeath - 11.11.2011

i did it many times, but no changes


Re: need help with position - jiwan - 11.11.2011

paste your cordinates here sooon !


Re : need help with position - KissOfDeath - 11.11.2011

check my first post


Re: need help with position - -CaRRoT - 11.11.2011

Well...Not sure but try to go Above the location with Few CM'es and /save and try the Co-ordinates...


Re: need help with position - jiwan - 11.11.2011

try this
pawn Код:
Gatepick = CreatePickup(1318, 14, 30.7435,-1535.3385,4.9866,264.7230, -1);