03.05.2010, 01:20
Still having problems
This is what i have so far:
I'm having problems....The briefcase spawns at 1 spot only. and it takes quite a bit of time for it to spawn. Help please
This is what i have so far:
pawn Код:
new Float:BriefcasePoints[5][4] =
{
{1572.5178,-1702.7361,5.8906,294.9816},
{1558.4468,-1704.4238,5.8906,98.0614},
{1562.3147,-1695.3313,5.8906,335.0887},
{1575.8077,-1693.9064,6.2188,274.6147},
{1591.9590,-1701.3010,5.8906,309.8335}
};
pawn Код:
new rnd;
new mypickup;
mypickup = CreatePickup(1210, 2, BriefcasePoints[rnd][0], BriefcasePoints[rnd][1],BriefcasePoints[rnd][2],-1);
I'm having problems....The briefcase spawns at 1 spot only. and it takes quite a bit of time for it to spawn. Help please