←  Multilingual

AMXX.pl: Support AMX Mod X i SourceMod

»

Bar Time Weapon Attack

  • +
  • -
L4D2 - zdjęcie L4D2 07.09.2014

Pomoc, aby

Chcę, aby to zrobić: 

 

 

to, co starałem się zrobić

polecenie wywołania 
jest taśma
 

#include <amxmodx>

public plugin_init() {
register_clcmd("+sload","ProgressBarTimeStart")
}

public ProgressBarTimeStart(id) {
show_bar(id, 25, 0.0)
return PLUGIN_HANDLED
}

stock show_bar( id, seconds, Float:start ) {
message_begin( MSG_ONE_UNRELIABLE, 138, {0,0,0}, id )
write_short( seconds )
write_short( floatround(start) )
message_end()
}

Odpowiedz

  • +
  • -
Fili:P - zdjęcie Fili:P 08.09.2014

Don't use google translate, can you speak english ?
Odpowiedz

  • +
  • -
L4D2 - zdjęcie L4D2 08.09.2014

Don't use google translate, can you speak english ?

Yes.

tie the Bar Time to weapon

The main code is already there, top.

when firing is bar time, as shown in the video

Odpowiedz

  • +
  • -
dasiek - zdjęcie dasiek 09.09.2014

Automatyczna wiadomość


Ten temat został przeniesiony z forum

Scripting AMXXPytania

do

AMX Mod XMultilingual
Odpowiedz