Quote:
Originally Posted by WhiteGhost
Notice but he is missing playerid para.
PHP код:
CreateDynamic3DTextLabel(playerid,"{66CCFF}Central Store{FFFFFF}\nType /enter to enter this building.", COLOR_WHITE,1257.8146,204.3215,19.7174, 6.0, 0, 0);
|
There IS NO playerid param
PHP код:
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, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0);
And why it's not working, as i see, you attaching it to playerid 0 and vehicleid 0, remove last 2 params
PHP код:
CreateDynamic3DTextLabel("{66CCFF}Central Store{FFFFFF}\nType /enter to enter this building.", COLOR_WHITE,1257.8146,204.3215,19.7174, 6.0);