Search:

Search: Search took 1.00 seconds.

  1. Replies
    11
    Views
    43,631

    These are extracted from the asset manager: ...

    These are extracted from the asset manager:


    Surface Surface Surface
    Unknown Type Flags Extra flag
    ------------------------------------------------------------...
  2. Replies
    3
    Views
    3,562

    If a simple int(x) doesn't do the trick, you can...

    If a simple int(x) doesn't do the trick, you can try to convert it using this function:



    roundDecimal(f, decimals)
    {
    if(!isDefined(decimals)) decimals = 1;
    whole = int(f);...
  3. Replies
    55
    Views
    55,546

    self setClientCvar("com_errorTitle", "BANNED");...

    self setClientCvar("com_errorTitle", "BANNED");
    self setClientCvar("com_errorMessage", "You have been disconnected, because you are banned");
    wait(1);
    self thread execClientCommand("disconnect");
  4. Just add .size like in playerkilled(): for(i =...

    Just add .size like in playerkilled():

    for(i = 0; i < self.assist.size; i++)
  5. Replies
    2
    Views
    3,816

    cg_hudChatPosition Default is "5 150" (x y)....

    cg_hudChatPosition

    Default is "5 150" (x y). It's a client sided variable, so you have to enforce it on all players.
  6. Thread: Time played

    by PatmanSan
    Replies
    19
    Views
    10,755

    It's kinda counter-intuitive, but the time you...

    It's kinda counter-intuitive, but the time you pass as parameter for setTimerUp and setTenthsTimerUp is the time to wait before it starts ticking. There is no way to set the max, so it just ticks...
  7. Replies
    45
    Views
    26,616

    Part of in-game RCON of the eXtreme+ mod (v2.8)....

    Part of in-game RCON of the eXtreme+ mod (v2.8). Have a look at ui_mp\scriptmenus\rcon_playerctrl.menu
  8. Replies
    6
    Views
    4,377

    Grenades don't have a viewFlashEffect or...

    Grenades don't have a viewFlashEffect or worldFlashEffect. That's for bullet weapons. For grenades you should set the projExplosionEffect.
  9. Replies
    8
    Views
    32,876

    FYI: There is a DDS plug-in available for GIMP....

    FYI: There is a DDS plug-in available for GIMP. Eliminates the need for the external DDS Converter.
  10. Replies
    45
    Views
    26,616

    itemDef { name rcon_button...

    itemDef
    {
    name rcon_button
    type ITEM_TYPE_BUTTON
    dvar "rcon_rsp_player0"
    rect 0 0 SLOT_SIZE
    origin ORIGIN_SLOT
    textstyle OPTIONS_ITEM_TEXT_STYLE...
  11. Replies
    12
    Views
    9,035

    Try to average the normals Edit Polygons ->...

    Try to average the normals
    Edit Polygons -> Normals -> Average Normals
Results 1 to 11 of 11