Coords in an Array
#2

you mean a loop through the entire array?
pawn Код:
for(new rand=0;rand<sizeof(gShopLocations);rand++)
{
    CreateDynamicPickup(1239, 1, gShopLocations[rand][0], gShopLocations[rand][1], gShopLocations[rand][2], -1, -1, INVALID_PLAYER_ID, 150.0);
    CreateDynamicMapIcon(gShopLocations[rand][0], gShopLocations[rand][1], gShopLocations[rand][2], 38, COLOR_WHITE, -1, -1, INVALID_PLAYER_ID, 150.0);
    CreateDynamic3DTextLabel("SHOP", COLOR_RED, gShopLocations[rand][0], gShopLocations[rand][1], gShopLocations[rand][2], 150.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 100.0);
    printf("%f, %f, %f", gShopLocations[rand][0], gShopLocations[rand][1], gShopLocations[rand][2]);
}
remember to assign each pickup to a variable for refering it later.
Reply


Messages In This Thread
Coords in an Array - by Luis- - 11.03.2012, 21:41
Re: Coords in an Array - by Babul - 11.03.2012, 21:47
Re: Coords in an Array - by Luis- - 11.03.2012, 22:26
Re: Coords in an Array - by jameskmonger - 11.03.2012, 22:33
Re: Coords in an Array - by Luis- - 11.03.2012, 22:35
Re: Coords in an Array - by jameskmonger - 11.03.2012, 22:42

Forum Jump:


Users browsing this thread: 2 Guest(s)