10.08.2011, 05:56
hello
i was wondering about pickups
now i want to know how to create random spawns for a pickup and where to put the CreatePickup line..
and how to put the random co-ords in the CreatePickup
E.g.:
would it be like that?
i was wondering about pickups
now i want to know how to create random spawns for a pickup and where to put the CreatePickup line..
and how to put the random co-ords in the CreatePickup
E.g.:
pawn Код:
new randomspawns[][] = {
{co-ords},
{co-ords},
{co-ords},
};
CreatePickup(1210, 23, randomspawns, 0);