05.08.2010, 12:37
The reason might be the virtual world id is missing at the end.
CreatePickup(1239, 1, 1173.2563,-1323.3102,15.3943); //Hospital 1 near Amm
Should be like:
CreatePickup(1239, 1, 1173.2563,-1323.3102,15.3943, -1); //Hospital 1 near Amm
-1 makes it show in all worlds. More: https://sampwiki.blast.hk/wiki/CreatePickup
CreatePickup(1239, 1, 1173.2563,-1323.3102,15.3943); //Hospital 1 near Amm
Should be like:
CreatePickup(1239, 1, 1173.2563,-1323.3102,15.3943, -1); //Hospital 1 near Amm
-1 makes it show in all worlds. More: https://sampwiki.blast.hk/wiki/CreatePickup

