Merhaba Arkadaşlar Ben Sadece Cs 1.6 /3d Plugini Aslında /3pers Plugini Sadece Yazıyı Değiştirseniz Kod İstemiyorum İndirme Linki İstiyorum Cevabınızı Bekliyorum Şimdiden Teşekkürler...
 
  
   
   
    
   Cs 1.6 /3d Plugini Acil Bi Bakın!
 Cs 1.6 /3d Plugini Acil Bi Bakın! Merhaba Arkadaşlar Ben Sadece Cs 1.6 /3d Plugini Aslında /3pers Plugini Sadece Yazıyı Değiştirseniz Kod İstemiyorum İndirme Linki İstiyorum Cevabınızı Bekliyorum Şimdiden Teşekkürler...
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
En İyi Konularım:
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.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">CSPLAGUE.com
 
  
   
   
    
   Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın!
 Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın! Araştırsana önce açmadan!
Nefesim Fark Yaratırmı ?
 
  
   
   
   Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın!
 Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın! Biraz anlatırmısın nasıl bişey ? /3d yazıncamı olcak sadece anlamadım :S
 
  
   
    
   Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın!
 Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın! Sma paylas duzenleriz
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/
 
  
   
   
    
   Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın!
 Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın! Arkadaşlar /3pers Yazısını Sadece /3d Yaparmısınız ?? Onu Diyorum Nefesim Kardeş Yok Sitede.
Konu Nobb tarafından (15-02-13 Saat 23:55 ) değiştirilmiştir.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
En İyi Konularım:
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.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">CSPLAGUE.com
 Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın!
 Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın! Buyur kardeş ben vereyim /3d yazdığında aktif hale geliyor link altta
Bu kodu lazım olursa diye;
TIKLA İNDİRPHP- Kodu:#include <amxmodx>
#include <engine>
#define PLUGIN "3Rd view"
#define AUTHOR "Ferrari & Sylvanor"
#define VERSION "1.0"
#define MAX_PLAYERS 32
new g_pCamera
// pas besoin de taguer bool, fais comme tu veux cependant.
new g_bCamera[ MAX_PLAYERS + 1 ]
public plugin_precache()
{
precache_model( "models/rpgrocket.mdl" );
}
public plugin_init()
{
// register_plugin ça peut pas faire de mal non plus
g_pCamera = register_cvar("amx_3rdview", "1")
register_clcmd("say /3d", "cmdCamera")
register_clcmd("say_team /3d", "cmdCamera")
}
public client_putinserver( id )
{
g_bCamera[ id ] = false
}
public cmdCamera( id )
{
if( get_pcvar_num( g_pCamera ) )
{
if( (g_bCamera[ id ] = !g_bCamera[ id ]) )
{
set_view( id, CAMERA_3RDPERSON )
}
else
{
set_view( id, CAMERA_NONE );
}
}
return PLUGIN_HANDLED // PLUGIN_CONTINUE ou même rien du tout si tu veux pouvoir voir la commande dans le tchat.
}

 
  
   
   
    
   Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın!
 Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın! Link Kırık Hotfiliye Etsen Acaba?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
En İyi Konularım:
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.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">CSPLAGUE.com
 Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın!
 Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın! buyur kardeş hotfile upload ettim
TIKLA İNDİR
 
  
   
   
    
   Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın!
 Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın! Teşekkürler...
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
PHP- Kodu:İletişim => cebinihat@hotmail.com
En İyi Konularım:
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.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
color="#ff0000">CSPLAGUE.com
 
  
   
    
   Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın!
 Cevap: Cs 1.6 /3d Plugini Acil Bi Bakın! Çözülmüş İsteklere taşındı.
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/