31.01.2014, 20:33
Hey.
I'm trying to use the function CreateDynamic3DTextLabelEx with world variable, but I have error
Code:
I want to use the function Ex and not the normal CreateDynamic3DTextLabel.
Thanks
I'm trying to use the function CreateDynamic3DTextLabelEx with world variable, but I have error
Код:
must be a constant expression; assumed zero
PHP код:
new world = 5;
P3Data[playerid] = CreateDynamic3DTextLabelEx("[Bot]", -1, 0,0,0, 40.0, playerid, INVALID_VEHICLE_ID, 0, 100.0, { world }, { -1 }, { -1 });
Thanks