doesnt create pickup
#1

CreateDynamicPickup(1274, 2, 1912.4479, 1844.1187, 916.3459, 0, 0, -1, 150);

and how can i make the pickup dont disappear when im touch him ?

why ?
Reply
#2

Wiki is gonna be your best friend when scripting:
https://sampwiki.blast.hk/wiki/PickupTypes
Reply
#3

Quote:
Originally Posted by noamch1997
Посмотреть сообщение
CreateDynamicPickup(1274, 2, 1912.4479, 1844.1187, 916.3459, 0, 0, -1, 150);

and how can i make the pickup dont disappear when im touch him ?

why ?
you can do it by changing the pickup type,visit https://sampwiki.blast.hk/wiki/PickupTypes for a list of pickup types

or use this

PHP код:
CreateDynamicPickup(127411912.44791844.1187916.345900, -1150); 
Reply
#4

Quote:
Originally Posted by notime
Посмотреть сообщение
Wiki is gonna be your best friend when scripting:
https://sampwiki.blast.hk/wiki/PickupTypes
Quote:
Originally Posted by Mouiz
Посмотреть сообщение
you can do it by changing the pickup type,visit https://sampwiki.blast.hk/wiki/PickupTypes for a list of pickup types

or use this

PHP код:
CreateDynamicPickup(127411912.44791844.1187916.345900, -1150); 
CreateDynamicPickup(1274, 1, 1912.4479, 1844.1187, 916.3459, 0, 0, -1, 150);

and still doesnt work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)