Can you help me?
#1

Can somebody help me to REMOVE this?

Reply
#2

Put under OnGameModeInit
DisableInteriorEnterExits();
Reply
#3

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)
Reply
#4

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
Reply
#5

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)