Problem with audio and tag mismatch.
#4

DestroyDynamic3DTextLabel require a integer with the tag
PHP код:
Text3D 
. GetPVarInt only gives a integer without any tags.
If you know what your PVar have, you can do that :
PHP код:
DestroyDynamic3DTextLabel(Text3D:GetPVarInt(playerid"author")); 
This is the same thing but we de-tag the value get by CreateDynamic3DTextLabel
PHP код:
SetPVarInt(playerid"author"_:CreateDynamic3DTextLabel(string0xFFFFFFFFxy1.020INVALID_PLAYER_IDINVALID_VEHICLE_ID0, .worldid GetPlayerVirtualWorld(playerid), .interiorid GetPlayerInterior(playerid))); 
You really should read https://sampwiki.blast.hk/wiki/Scripting:tags
Reply


Messages In This Thread
Problem with audio and tag mismatch. - by andrikela - 29.08.2017, 16:57
Re: Problem with audio and tag mismatch. - by Kane - 30.08.2017, 08:32
Re: Problem with audio and tag mismatch. - by andrikela - 30.08.2017, 08:39
Re: Problem with audio and tag mismatch. - by Dayrion - 30.08.2017, 10:17
Re: Problem with audio and tag mismatch. - by andrikela - 30.08.2017, 11:39
Re: Problem with audio and tag mismatch. - by andrikela - 05.09.2017, 10:46

Forum Jump:


Users browsing this thread: 1 Guest(s)