11.12.2013, 19:53
(
Последний раз редактировалось Dokins; 11.12.2013 в 21:51.
)
pawn Код:
CMD:labeltest(playerid, params[])
{
new Float: x, Float:y, Float:z;
GetPlayerPos(playerid, x,y,z);
//CreateDynamic3DTextLabel("THIS WORKS!", COLOUR_WHITE, x,y, z, 100.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID , 0, 0, -1, -1, 20.0);
Create3DTextLabel("THIS WORKS!", COLOUR_WHITE, x,y, z, 100.0, -1, 0);
return 1;
}
It will not create either label, Dynamic one or the 3DTextLabel. Neither, at all.
I do use Labels elsewhere in the server and they still load in.
