Jump to content
GIGN Forum

War3ft Kā Izņemt Gloves


Guest kvesen_
 Share

Recommended Posts

Guest kvesen_

Tātad es gribētu zināt kā no war3ft var izņemt gloves ? Man ir zombie mod + war3ft un kad esi zombiji visi vienkārši ņemt gloves un met infection bomb visiem un tad jau droš vien paši zināt kas notiek.

Ceru ka palīzēsiet! :)

Link to comment
Share on other sites

scripting/war3ft/items.inl

ITEM_COST[iTEM_GLOVES] = 1750; // Flaming Gloves of Warmth

case ITEM_GLOVES:

{

client_print( id, print_chat, "%s %L", g_MODclient, id, "INFO_SHOPMENU2_6", get_pcvar_num( CVAR_wc3_glove_timer ) );

}

case ITEM_GLOVES:

{

ITEM_Gloves( id );

}

case ITEM_GLOVES:

{

if ( task_exists( TASK_ITEM_GLOVES + id ) )

{

remove_task( TASK_ITEM_GLOVES + id );

}

}

(uzspied ctrl+f) sameklē gloves un izdzēs visas tās funkcijas/komandas ārā

ārā izdzēs :)

Edited by GEAR
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...