22.08.2012, 12:33
You are using an invalid pickup model. You can find pickup id's here. https://sampwiki.blast.hk/wiki/Game_Object_ID_List. Example.
X, Y And Z would be the coordinates for the pickup.
pawn Код:
RMgun = CreatePickup(1239, 1, X, Y, Z, -1);

