08.03.2011, 21:26
https://sampwiki.blast.hk/wiki/Game_Object_ID_List
https://sampwiki.blast.hk/wiki/PickupTypes
Under the OnGameInit()
Example
Thanks.
https://sampwiki.blast.hk/wiki/PickupTypes
pawn Код:
new examplepickup;
Under the OnGameInit()
pawn Код:
examplepickup = CreatePickup(1559, 2, X, Y ,Z , -1);
pawn Код:
examplepickup = CreatePickup(1559, 2, 1503.3359, 1432.3585, 10.1191, -1);