23.12.2011, 14:24
Well now i gotta attach it to the vehicle how that works? i got this:
This gives me warnings so how can i fix this? :S
pawn Код:
format(label, sizeof(label), "This vehicle is owned by: \n %s", AVehicleData[vid][Owner]);
SetPVarInt(playerid, "Label", vehicle3DText = CreateDynamic3DTextLabel(label, 0x008080FF, AVehicleData[vid][SpawnX], AVehicleData[vid][SpawnY], AVehicleData[vid][SpawnZ], 100.0, 0));
Attach3DTextLabelToVehicle(vehicle3DText, vid, 0.0, 0.0, 2.0);

