Pickup Problem
#1

im using pickup type 14 (Pickable only in vehicle) and i have one problem. Pickup is standing on water. :/ anyone know how to fix it ?
http://i.imgur.com/lzsIS.jpg

pawn Код:
pck1 = CreatePickup(1318,14,246.22, -1856.31, 3.22,0);
Reply
#2

Change the coordinations.
Reply
#3

Ok look , when pickup type is 1 or 2 , it standing on right position but when is pickup type 14 , it standing on water :/
Reply
#4

pawn Код:
CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld)
Stand on the bridge where you want your pickup and Take the coordinates of where you're standing, and i advise you to put the Virtualworld to -1, rather than 0.
Reply
#5

hmmmm, I Know how to add pickup , i just have problem with pickup falling . I trying to tell you that my pickup is falling throught objects and im trying to get answer how to fix it . Is there any Include for it or something like that ....
Reply
#6

Quote:
Originally Posted by Amel_PAtomAXx
Посмотреть сообщение
hmmmm, I Know how to add pickup , i just have problem with pickup falling . I trying to tell you that my pickup is falling throught objects and im trying to get answer how to fix it . Is there any Include for it or something like that ....
Get your server running, And give me the IP Thru PM, I'll get IG, Take the Coordinates, and give you the Pickup code.
Reply
#7

225.28, -2131.77, 3.44

pawn Код:
pck1 = CreatePickup(1318, 225.28, -2131.77, 3.44, -1);
This should do
Reply
#8

It's not working . That is SA:MP Bug , anyone else know how to fix it ?
Reply
#9

Quote:
Originally Posted by BATAD
Посмотреть сообщение
225.28, -2131.77, 3.44

pawn Код:
pck1 = CreatePickup(1318, 225.28, -2131.77, 3.44, -1);
This should do
You forgot to add the pickup type.
pawn Код:
pck1 = CreatePickup(1318, 14,225.28, -2131.77, 3.44, -1);
Reply
#10

Quote:
Originally Posted by Delux13
Посмотреть сообщение
You forgot to add the pickup type.
pawn Код:
pck1 = CreatePickup(1318, 14,225.28, -2131.77, 3.44, -1);
Oh, Yea, Thanks man, Forgot the type.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)