18.01.2011, 20:00
Well I'm using Incognito's streamer as a part of my gamemode,
but here's something I just can't get;
This wont work.
The coordinates are stored correctly, i printed them right before usage,
but It doesn't create the pickup.
but here's something I just can't get;
pawn Код:
CreateDynamicPickup(1239, 23, gData[i][gExtX], gData[i][gExtY], gData[i][gIntZ], 0, 0, -1, 50.0 );
The coordinates are stored correctly, i printed them right before usage,
but It doesn't create the pickup.