08.07.2009, 06:26
// Create a pickup for armor.
new pickup;
pickup = CreatePickup ( 1242, 2, 1503.3359, 1432.3585, 10.1191 );
//some time later...
DestroyPickup(pickup);
this is the sample from the wiki...
Where would I place this ?
Would I get the co-ords by doing /save ?
I have the co-ords but not sure where to put them...
new pickup;
pickup = CreatePickup ( 1242, 2, 1503.3359, 1432.3585, 10.1191 );
//some time later...
DestroyPickup(pickup);
this is the sample from the wiki...
Where would I place this ?
Would I get the co-ords by doing /save ?
I have the co-ords but not sure where to put them...