Dynamic Pickup/3dTextlabel Tag mismatch
#1

Im getting a tag mismatch on these lines:

pawn Code:
CreateDynamicPickup(1239, 1, FamInfo[idx][fSafeX], FamInfo[idx][fSafeY], FamInfo[idx][fSafeZ], FamInfo[idx][fSafeVW], -1, -1,100);
pawn Code:
CreateDynamic3DTextLabel(string, COLOR_WHITE, FamInfo[idx][fSafeX], FamInfo[idx][fSafeY], FamInfo[idx][fSafeZ]+0.3,100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID,0, FamInfo[idx][fSafeVW], -1, -1, 100);
Reply
#2

Code:
CreateDynamicPickup(1239, 1, FamInfo[idx][fSafeX], FamInfo[idx][fSafeY], FamInfo[idx][fSafeZ], FamInfo[idx][fSafeVW], 100);
For 3DTextLabel

CreateDynamic3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, FloatrawDistance, virtualworld, testLOS)
Reply
#3

Still the same.


EDIT: Fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)