Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Send Command to Dialog Chat - 1.04E Season 6  (Visto 3311 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline emersonx13 Posteado: August 18, 2023, 12:08:05 PM | Modificado: August 18, 2023, 02:01:22 PM by emersonx13

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 537
  • Gracias recibida: 38477
  • br


example

Code: [Select]
ChatSend("/store bless");

 cool2


Gracias:

matan3599, wener1992, thanhdat23, Pudge, azpirin4, powerpatic, congacp1, bigrealtk92, garcia1230, tuyentc, finalfts24, Peluuca, josehdrago, k33n00, laulinh2, hsowaty, zodiacddos, lunarxp, T-LEGENDARY, leonardofcruz, LuisGaming, myway, Hoangtu34, lahn, TrystVenerious, chuiyan121, yokkjll, Underworld, Crowley, armamor, falko0189, gxemu, skrt1996, elfazor, tuanpm1, ProjectX, herjuni, Watuyusei, elcrom, ta6akus7, xdjoa, meiwenhan123, vipgale01, Sub-Zero, JnnDougg, b0n3v, Zike, gambasoxd, mudevsbr, tutu100, darkes607, angel321, josue3pc, frenzo2009, testaccount, hracanelli, showmax, deathsquad, ledemkhoc, nhantac, mario12, hola23, imjay8, djkaku, okilove23, Darki12345, timaster, vcore30, kove0816, 4312204, sagat202, 331515194, 183358, kaiocnx, hellboycp33, ninjanegro, damayen, dark32, ailsoncost, spartacus, waltervg91, kenh14, lehuuducmjnh, onlinezajzaj, carper, tcbaoanh, VERNERON, quyanxu, thangnvv92, beibei, z348870672, projectmu, god_mode, OBBY, Daniel@, rodrigoo22, skhirtlo, xlbiellx, lkt22, 6atters, osvaldo1811, iCoder, Xysad, david1234, amadeusx2, jonhz, dizzys, victorrz17, joaovithor1, Djassar, duongcao, psalazar, dangnhapnee, Xenos, JavixFer, zhangjianle865, clockbooster, Kosh, bogart, tucumanito, Denis Alves, rando, hide3by, Rastacode, Viper, pnicacio, chauttc, xlichblack, pedornela, Rindy, zhujianhui, robiikaaa, korron, kingteamus, nylanpro, zerg24, ์Nightz, BastarDesing, giveusatan, muzic25, Hiếu Đại Ca, hyonzinho666, unico, kiritosao, Iямαηɗαɗ ☠, redf0x, ntcong295810, gredy, mittosaker, Shellshock, hennedy, SaintZeus, vnshell, InFamous, LuciferXT, juan1997, KhongGianOL, nelson, hald22, Smudevelop, andreyzz, PhantomKr, qixar, PoccHaHa, animator, Saige, Genilson23, Luke Strike, MsotoC, majoca10, Atlans, roshux, pimkungclub, stopk, dasgrid, Overkomp, gang, truongtienhp, stark98, LTP Team, hungngok9x, rekis, allhoy, kimrubi, npt.formu, NghienMU, xufqing, Nexus, Murilo, BMSxD, Sergio Franco, nic269, c4nhsatcodong, lechianh88, phuongcuongmsqm, samsunggon, comelon666, erickmalfoy, lstuan, zHammer, Ryzenn, beecubin, Hoangsy99, kksky, komandirbk, xlockee, ibhost, mediodas20, Amarilofx, GabrielDev, ProGuard, Vazamento, lunaticodeveloper, Wendigo, dakosmu, DjGamer, mugloves99, knight.php, djagripnos, BDCAM, 1732313, RAGNAR111, tammadall, Pyke, pvpmu, h3yShOk, vaneavanea31, ProTecno, Karuritoku, Erick05, Dieguinho, usersa, Betell Host, ScottLy, Goplay, llZeuzll, dieguitox, mustx1, Nakamura

Offline OBBY #1 Posteado: August 18, 2023, 01:19:20 PM

  • Colaborador
  • +1 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 680
  • Gracias recibida: 13525
  • co

Offline emersonx13 #2 Posteado: August 18, 2023, 02:00:17 PM | Modificado: August 18, 2023, 02:01:51 PM by emersonx13

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 537
  • Gracias recibida: 38477
  • br
TIENES FOTO COMPAÑERO ¿?

YES!


With this offset you can create a button to send word to chat or command.
See what I created using this one.





look the event function works

Code: [Select]
bool Interface::DrawMenuTrash_Warning_Yes(DWORD Event)
{
DWORD CurrentTick = GetTickCount();
DWORD Delay = (CurrentTick - this->Data[eTrash_YES].EventTick);

if( !this->Data[eTrash_MAIN].OnShow || !IsWorkZone(eTrash_YES) )
{
return false;
}

if( Event == WM_LBUTTONDOWN )
{
this->Data[eTrash_YES].OnClick = true;
pSetCursorFocus = true;
return true;
}

this->Data[eTrash_YES].OnClick = false;
pSetCursorFocus = false;

if( Delay < 500 )
{
return false;
}

ChatSend("/limparinv");

this->CloseTrashWindow();

return false;
}

Gracias:


Offline amadeusx2 #3 Posteado: February 22, 2024, 12:06:06 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 4
  • Gracias recibida: 1
  • br

Offline emersonx13 #4 Posteado: February 22, 2024, 02:24:44 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 537
  • Gracias recibida: 38477
  • br
Cade o script do botão

Você pode fazer pro botão e comando que você desejar, a offset que postei serve pra tudo.


Offline projectmu #5 Posteado: February 22, 2024, 08:40:29 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 4
  • Gracias recibida: 1
  • br
TIENES FOTO COMPAÑERO ¿?

YES!


With this offset you can create a button to send word to chat or command.
See what I created using this one.





look the event function works

Code: [Select]
bool Interface::DrawMenuTrash_Warning_Yes(DWORD Event)
{
DWORD CurrentTick = GetTickCount();
DWORD Delay = (CurrentTick - this->Data[eTrash_YES].EventTick);

if( !this->Data[eTrash_MAIN].OnShow || !IsWorkZone(eTrash_YES) )
{
return false;
}

if( Event == WM_LBUTTONDOWN )
{
this->Data[eTrash_YES].OnClick = true;
pSetCursorFocus = true;
return true;
}

this->Data[eTrash_YES].OnClick = false;
pSetCursorFocus = false;

if( Delay < 500 )
{
return false;
}

ChatSend("/limparinv");

this->CloseTrashWindow();

return false;
}

Puedes mostrar el código completo?


Offline emersonx13 #6 Posteado: February 23, 2024, 05:13:38 PM | Modificado: February 23, 2024, 07:05:56 PM by ZabiinoOo

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 537
  • Gracias recibida: 38477
  • br
Citar
Puedes mostrar el código completo?


I WIll release code soon

big share gracias




Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
9 Replies
5611 Views
Last post September 17, 2023, 08:31:37 AM
by wellwisher22
1 Replies
1214 Views
Last post April 25, 2020, 03:43:48 PM
by LionRooT
0 Replies
412 Views
Last post August 02, 2021, 11:27:45 PM
by Sub-Zero
0 Replies
420 Views
Last post March 31, 2023, 11:46:21 AM
by usersa
0 Replies
247 Views
Last post January 28, 2024, 11:00:42 AM
by MuDarkAge97D