Jump to content

glowpowner

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Posts posted by glowpowner


  1. i got a problem with class rscpicture

    in =BTC=_Hud.h

    there is a class rscpicture

    class RscPicture 
    {
    type = CT_STATIC;
    idc = -1;
    style = ST_PICTURE;
    colorBackground[] = {0, 0, 0, 0};
    colorText[] = {1, 1, 1, 1};
    font = "Bitstream"; //Typeface
    sizeEx = 0;
    };

    and in me description.ext

    there is also a class rscpicture

    class RscPicture
    {
    access=0;
    type=0;
    idc=-1;
    style=48;
    colorBackground[]={0,0,0,0};
    colorText[]={1,1,1,1};
    font="TahomaB";
    sizeEx=0;
    lineSpacing=0;
    text="";
    };

    how can i fix this

    if i remove the class RscPicture in description.ext

    vehicle towing script dont works

    if i remove the class RscPicture in =BTC=_Hud.h then the lift script dont works anymore

×