Help Plox
#1

I made a 3dLabel and show this

Код HTML:
C:\Users\PC\Desktop\Spanish Roleplay\gamemodes\test.pwn(248) : warning 213: tag mismatch
Line of error
Код HTML:
CreateDynamic3DTextLabel("Pizza\n{FFFFFF}Use /join",0xFF0000FF, 1684.4050,-2369.3647,13.5469,175.9875+0.6,8.0,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,1,0,0);
I put the code in GamemodeInit
Reply
#2

Try this:

Код:
CreateDynamic3DTextLabel("Pizza\n{FFFFFF}Use /join", 0xFF0000FF, 1684.4050, -2369.3647, 13.5469, 175.9875+0.6, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 1, 0, 0);
And can you explain this? Like what's the point haha?

Код:
175.9875+0.6
Reply
#3

PHP код:
CreateDynamic3DTextLabel( const text[], colorFloat:xFloat:yFloat:zFloat:drawdistanceattachedplayer INVALID_PLAYER_IDattachedvehicle INVALID_VEHICLE_IDtestlos 0worldid = -1interiorid = -1playerid = -1Float:streamdistance STREAMER_3D_TEXT_LABEL_SDareaid = -1priority ); 
https://github.com/samp-incognito/sa...D-Text-Labels)

Check the arguments:
Quote:

CreateDynamic3DTextLabel("Pizza\n{FFFFFF}Use /join",0xFF0000FF, 1684.4050,-2369.3647,13.5469,175.9875+0.6,8.0,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,1,0,0);

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)