Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 02/15/21 in all areas

  1. 1 point
    Kuya Jeo

    Plugin Call Event

    if you want to make it a new command then used bindatcmd Try this one, just change the content if you want - script Sample_Atcmd FAKE_NPC,{ OnInit: // This command can only use for GM Group 99 bindatcmd "newcommand",strnpcinfo(3)+"::OnNewCommand",99,99; end; OnNewCommand: mes "[ Admin Command ]"; mes "Choose what option you want to perform."; next; switch(select("Event 1:Event 2")){ // Attached Player with RID case 1: mes "[ Admin Command ]"; mes "You selected Event 1."; close2; doevent "EventNPC_1::OnEventStart"; break; // No Player Attached in the NPC case 2: mes "[ Admin Command ]"; mes "You selected Event 2."; close2; donpcevent "EventNPC_2::OnEventStart"; break; } end; }
  2. 1 point
    do what noobzter003 talked. list and compile 2 archives ExtendedBG and ExtendedBG-char check it!!
  3. 1 point
    just compile this 2 plugins ExtendedBG ExtendedBG-char . im using latest git also its working on my test server.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.