03.03.2012, 16:14
Somehow this is not creating pickup or 3d text label inside the driving school. I think I have done a silly mistake but my mind is not working correctly at the moment(52 hours without sleep).
pawn Код:
#define CarLicPosX (-2033.4344)
#define CarLicPosY (-117.6410)
#define CarLicPosZ (1035.1719)
CreateDynamicPickup(1318, 1, CarLicPosX, CarLicPosY, CarLicPosZ, -1, 3);
CreateDynamic3DTextLabel("Driving License \n Cost: $500", COLOR_BLUE, CarLicPosX, CarLicPosY, CarLicPosZ+2, 40.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, 3);