[Script/Help] Pickup problem
#1

Hello,

I have a Derby map in the sea, i created a pickup + text in the map coordinates, well the text works fine but the pickup goes down to the sea.

Here is a screenshot to understand: http://image.noelshack.com/fichiers/...-sa-mp-001.png

I think that it's a samp bug, and thanks for help
Reply
#2

Maybe you should check the co-ords..
Reply
#3

PHP код:
Reparation CreatePickup(123914, -3678.0701,1606.6134,17.4443);
Create3DTextLabel("Reparation"0x3344E1FF, -3678.0701,1606.6134,17.444340.000);
    
Nitro CreatePickup(123914, -3675.6150,1603.8481,10.5622);
Create3DTextLabel("Nitro"0x3344E1FF, -3675.6150,1603.8481,10.562240.000); 
Reply
#4

Quote:
Originally Posted by Skully82
Посмотреть сообщение
Maybe you should check the co-ords..
It's the same co-ords with the text but the pickup goes down and the text works fine
Reply
#5

Quote:
Originally Posted by Chris53340
Посмотреть сообщение
PHP код:
Reparation CreatePickup(123914, -3678.0701,1606.6134,17.4443);
Create3DTextLabel("Reparation"0x3344E1FF, -3678.0701,1606.6134,17.444340.000);
    
Nitro CreatePickup(123914, -3675.6150,1603.8481,10.5622);
Create3DTextLabel("Nitro"0x3344E1FF, -3675.6150,1603.8481,10.562240.000); 
Chris is a scripter with us, and this is our code.
Reply
#6

UP, help please
Reply
#7

Just as I remember pickups cant be placed on a mapped underground, I guess some others had the same problem too.
Reply
#8

Check this:

http://forum.sa-mp.com/showthread.ph...20#post3334620

So solution is -> move everything up
Reply
#9

Don't put them exactly in the coordinates, That's why they fall.
Up the coordinates so when the vehicle spawns will be put in the map and it won't fall.
Reply
#10

Quote:
Originally Posted by Clad
Посмотреть сообщение
Don't put them exactly in the coordinates, That's why they fall.
Up the coordinates so when the vehicle spawns will be put in the map and it won't fall.
Код:
CreatePickup(1239, 14, -3678.0701,1606.6134,17.4443, -1);
Here is my code, how can i solve it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)