3DTextLabel with streamer don't work
#1

Hello,

This code don't work:

PHP код:
        raceItems[itemID][LabelID] = CreateDynamic3DTextLabel(formatType0xFFFFFFFFraceItems[itemID][posItems][0], raceItems[itemID][posItems][1], raceItems[itemID][posItems][2], 15.0VW_RACEDM0); 
But this code work:

PHP код:
        raceItems[itemID][LabelID] = Create3DTextLabel(formatType0xFFFFFFFFraceItems[itemID][posItems][0], raceItems[itemID][posItems][1], raceItems[itemID][posItems][2], 15.0VW_RACEDM0); 
How can I solve this ? My "CreateDynamicPickup" work perfectly, so I think the streamer is ok.
Reply
#2

Because you are using it wrong. Maybe read the documentation before using a plugin is a good idea.
Код:
STREAMER_TAG_3D_TEXT_LABEL CreateDynamic3DTextLabel( const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_3D_TEXT_LABEL_SD, areaid = -1, priority = 0 )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)