Jump to content

Recommended Posts

Posted
1. Restartul

Puteti face un bind pe o tasta,dar trebuie sa aveti grija ca in timpul meciului sa nu o apasati din greseala.

bind " tasta " " amx_cvar sv_restart 1 " --> apasati cand vreti restart tasta respectiva

Sau un alias

alias rr " amx_cvar sv_restart 1 " --> pentru restart scrieti rr in consola

2. Warm

bind " tasta " " amx_cvar sv_restart 1 ; amx_cvar mp_startmoney 16000 ; amx_cvar mp_roundtime 9 ; amx_cvar mp_freezetime 0 ; amx_cvar mp_friendlyfire 0 ; amx_say Warm round ! ; amx_say Warm round ! ; say @ Warm mid ; say @@ Warm mid "

alias warm " amx_cvar sv_restart 1 ; amx_cvar mp_startmoney 16000 ; amx_cvar mp_roundtime 9 ; amx_cvar mp_freezetime 0 ; amx_cvar mp_friendlyfire 0 ; amx_say Warm round ! ; amx_say Warm round ! ; say @ Warm mid ; say @@ Warm mid "

3. Live + Knife Round

bind "tasta" " amx_cvar sv_restart 1 ; amx_cvar mp_startmoney 800 ; amx_cvar mp_roundtime 1.75 ; amx_cvar mp_freezetime 10 ; amx_cvar mp_friendlyfire 1 ; amx_say Lame Long ! ; amx_say Lame Long ! ; say @ Drop in base ; say @@ Drop in base "

alias live " amx_cvar sv_restart 1 ; amx_cvar mp_startmoney 800 ; amx_cvar mp_roundtime 1.75 ; amx_cvar mp_freezetime 10 ; amx_cvar mp_friendlyfire 1 ; amx_say Lame Long ! ; amx_say Lame Long ! ; say @ Drop in base ; say @@ Drop in base "

4. Start meci

bind "tasta" " amx_cvar sv_restart 1 ; say @ Hf & Gl ; say @ Hf & Gl ; amx_say Demo on ! ; amx_say Demo on ! "

alias start " amx_cvar sv_restart 1 ; say @ Hf & Gl ; say @ Hf & Gl ; amx_say Demo on ! ; amx_say Demo on ! "
 

http://illiweb.com/fa/onyx/up_arrow.gif

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...