Posts: 126
Threads: 38
Joined: Jul 2014
Reputation:
0
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 ?
Posts: 103
Threads: 27
Joined: Jun 2015
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(1274, 1, 1912.4479, 1844.1187, 916.3459, 0, 0, -1, 150);