Simple 3DTextLabel test command, won't show label?
#1

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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)