Search:

Type: Posts; User: guiismiti

Search: Search took 0.00 seconds.

  1. Replies
    34
    Views
    37,536

    How hard-coded is vote calling? I checked menu...

    How hard-coded is vote calling?
    I checked menu kickplayer and the response of the "Ok" button is "uiScript voteTempBan".
    Is it possible to edit vote calling? I may be wrong, but, a few years ago, I...
  2. Replies
    34
    Views
    37,536

    What is the name of the grenade hud? 1306 I...

    What is the name of the grenade hud?
    1306
    I need to hide it and disableWeapon() doesn't do it.
    I've been looking for a way to do it, but couldn't find it.
  3. Replies
    34
    Views
    37,536

    I actually solved my problem. All I wanted was...

    I actually solved my problem.
    All I wanted was to avoid the localized string warning in the console, so I created a localized string (didn't know how to do it, I thought I only needed to precache a...
  4. Replies
    34
    Views
    37,536

    How can I print a precached string? I have...

    How can I print a precached string?

    I have this on Callback_StartGameType()


    game["spawnprotection"] = &"^2Spawn protection ^1OFF^7";
    precacheString(game["spawnprotection"]);

    And I'm...
Results 1 to 4 of 4