sessiz yürüme
Önce aklıma geldi, get_user_button diye bir kod var mıdır diye sonra olduğunu gördüm, ama in_attack şeklinde falan kullanılıyor. Benim aradığım kod şu şekilde bir şey:
Ayrıca bahsettiğim gibi bir kod varsa, tek tıklama ve basılı tutmayı nası ayırt edebileceğimi de söylerseniz sevinirimPHP- Kodu:
public asd(id) {
if ( get_user_button(id) == Shift ) {
set_user_footsteps(id,1)
}
}
uhcakiPÖzel Plugin Kodlanır!
Steam_ID = STEAM_0:0:54912140
Steam_Nick = Ragnar Lothbrok
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sessiz yürüme
Anlatamıyorsan yaz, Yazamıyorsan anlat. Her ikisini de beceremiyorsan sadece sus.
Hedef büyük , hayırlısıyla.PHP- Kodu:
chat_color(id,SKYPE," kApO.1905 " )
chat_color(id,HOTMAIL,"
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
" )
chat_color(id,STEAM," herge1 " )
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
shift tuşunu ne için kullanıyoruz ? Yavaş yürümek için footsteps demek ayak sesleri demek shift 'e basınca yavaşlar.
Anlatamıyorsan yaz, Yazamıyorsan anlat. Her ikisini de beceremiyorsan sadece sus.
Hedef büyük , hayırlısıyla.PHP- Kodu:
chat_color(id,SKYPE," kApO.1905 " )
chat_color(id,HOTMAIL,"
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
" )
chat_color(id,STEAM," herge1 " )
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Ben gayet açıklayıcı anlattığımı düşünüyodum oysaki. get_user_button un nası kullanıldığı öğrendim zaten. Ayrıca set_user_footsteps in de ne işe yaradığını biliyorum. Benim merak ettiğim şey klavyedeki herhangi bir tuşa basılıp basılmadığını kontrol etmek.
Daha fazla açıklayıcı olabileceğimi sanmıyorum sanıyorum ki bu iş stock ile yapılıyor, @akcaliberkk bekleniyorPHP- Kodu:
public asd(id) {
if( get_user_xxx(id) == N ) {
whatever(id)
}
}
uhcakiPÖzel Plugin Kodlanır!
Steam_ID = STEAM_0:0:54912140
Steam_Nick = Ragnar Lothbrok
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
bu yola ne için gerek duyuyorsun belki daha farklı bir yöntemle daha basit bir şekilde yapılabliir
xPRoTeiNN
CS 1.6 : 95.173.173.115 --> Osmanli Gaming Jailbreak
TS3 : osmanlijb.ts3dns.com
Skype:ahmettmertt
stock falan kullanılmıyor.
if(get_user_button(id) & IN_ATTACK) // oyuncu saldırıyor
if(!get_user_button(id)) // Oyuncu, JDM'nin verdiği listedeki hiçbir tuşa basmıyor.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/
"JDM'nin verdiği listede" derken hangi liste o ?
xPRoTeiNN
CS 1.6 : 95.173.173.115 --> Osmanli Gaming Jailbreak
TS3 : osmanlijb.ts3dns.com
Skype:ahmettmertt
vermişti silmiş
kaynak: hlsdk_const.incKod:#define IN_ATTACK (1<<0) #define IN_JUMP (1<<1) #define IN_DUCK (1<<2) #define IN_FORWARD (1<<3) #define IN_BACK (1<<4) #define IN_USE (1<<5) #define IN_CANCEL (1<<6) #define IN_LEFT (1<<7) #define IN_RIGHT (1<<8) #define IN_MOVELEFT (1<<9) #define IN_MOVERIGHT (1<<10) #define IN_ATTACK2 (1<<11) #define IN_RUN (1<<12) #define IN_RELOAD (1<<13) #define IN_ALT1 (1<<14) #define IN_SCORE (1<<15)
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
CS:GO ve CS 1.6 için ücretli eklenti yapılır.
Plugin yazmak isteyenlere yardımcı olabilirim.
Skype adresimden ulaşabilirsiniz: destek_596
Steam: http://steamcommunity.com/id/ca-nemesis/
Benim bahsettiğim default olarak hiç bir işlevi olmayan bir tuşa kendi yazdığım bir işlevi kullandırmak. J veya N tuşuna basıldığında istediğim public i çalıştırmasını istiyorum. veya j tuşuna basıldığında oyuncunun bi ses çıkartması gibi. Her şey olabilir, benim merak ettiğim klavyedeki tuşlar kontrol edilebilir mi edilemez mi?
uhcakiPÖzel Plugin Kodlanır!
Steam_ID = STEAM_0:0:54912140
Steam_Nick = Ragnar Lothbrok
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.