SA-MP Forums Archive
Can you help me? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Can you help me? (/showthread.php?tid=501612)



Can you help me? - WPz - 19.03.2014

Can somebody help me to REMOVE this?




Re: Can you help me? - CallumDaBest - 19.03.2014

Put under OnGameModeInit
DisableInteriorEnterExits();


AW: Can you help me? - Macronix - 19.03.2014

Nope, it is a pickup created in the script.
Search for AddStaticPickup, CreateDynamicPickup or CreatePickup and delete the line with the pickup ID# 1318 (http://weedarr.wikidot.com/pickups)


Re: AW: Can you help me? - WPz - 19.03.2014

where?

CreatePickup(1239, 1, 2212, -2663.03, 13.55, 0);
CreatePickup(1239, 1, 1366, -1276, 13.55, 0);
CreatePickup(1239, 1, 1423.70, -1319, 13.55, 0);
CreatePickup(1239, 1, 1526.92, -1677, 5.89, 0); // Arrest Point
CreatePickup(1239, 1, 1141.23, -1326.42, 13.65, 0); // Hospital Delivery
CreatePickup(1239, 1, 2017.17, -1413.84, 16.99, 0); // Hospital Delivery
CreatePickup(1239, 1, 207.48, -101.49, 1005.26, 45235); // Binco
CreatePickup(1239, 1, -27.69, -89.42, 1003.55, 53434241); // 24/7
CreatePickup(1239, 1, -27.69, -89.42, 1003.55, 53434242); // 24/7
CreatePickup(1239, 1, -27.69, -89.42, 1003.55, 53434243); // 24/7
CreatePickup(1239, 1, 2099.64, -105.84, 0.68, 0); // Boat Delivery


AW: Can you help me? - Macronix - 19.03.2014

Are these EVERY pickups in the script? Because the ID 1239 is an information pickup.


Re: Can you help me? - MP2 - 19.03.2014

That is model 1318, so Ctrl+F for 'CreatePickup(1318,'.