Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: ItemDrop Name (Function Decompiled)  (Visto 4233 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline komandirbk #20 Posteado: May 28, 2023, 03:39:39 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 58
  • Gracias recibida: 301
  • ua
Maybe someone can share offsets for 1.02p?

Discord: brain_off

Offline Bladimir1 #21 Posteado: August 15, 2024, 10:26:21 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 105
  • Gracias recibida: 1792
  • au
tank you work fine how to create background style s8 for item drop, i tests but see of this form.

https://imgur.com/a/81Kccsv


Offline Bladimir1 #22 Posteado: August 16, 2024, 11:41:38 PM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 105
  • Gracias recibida: 1792
  • au
for add back ground in specific map add it

if (pMapNumber2 == 2 )//devias
   {
      pSetBackgroundTextColor(pTextThis(), 0, 0, 0, -1);
   }
   else if (pMapNumber2 == 57) //raklion
       
      {
      pSetBackgroundTextColor(pTextThis(), 0, 0, 0, -1);
   }
   else {
      pSetBackgroundTextColor(pTextThis(), 0, 0, 0, -1);// this is for the rest map
   }


//if you whis continue add single map copy and paste else if and add you color and background

#define pMapNumber2               *(int*)0x0E61E18

Gracias:


Online dizzys #23 Posteado: February 09, 2025, 01:48:50 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 70
  • Gracias recibida: 10
  • be
Is there a way to do border radius? like highter seasons with this function? :)


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
4 Replies
3323 Views
Last post July 12, 2019, 12:11:00 PM
by screamofheartless
31 Replies
10566 Views
Last post August 12, 2019, 05:43:55 PM
by InFamous
0 Replies
1350 Views
Last post July 04, 2019, 12:26:21 PM
by screamofheartless
7 Replies
9138 Views
Last post April 04, 2025, 09:15:53 AM
by dizzys
1 Replies
1304 Views
Last post September 10, 2023, 04:12:22 AM
by vnshell