User
Pass
2FA
 
 

cerere plugin

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Resources
Author Message866
buciosu
[Banned user]


Banned


Status: Offline
(since 28-05-2010 16:58)
Joined: 30 Aug 2009
Posts: 32, Topics: 13
Location: Bucuresti

Reputation: 131.7
Votes: 4

 
Post Posted: 22-11-2009, 11:45:44 | Translate post to: ... (Click for more languages)

pls daca stiti pluginu despre care voi spune eu acuma raspundeti-mi ca il caut de peste juma de an -. deci este vorba despre un plugin care cand schimbi pe cutit te arata din spate (3D) si te face stealh (invisibil putin) si ai mai mare viteza....daca stiti pluginu pls spuneti si mie - ms frumos !
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
PoSiTiOn Of PoWeR

[ZP.FREAKZ.RO OWNER]



Status: Offline
(since 07-10-2015 14:51)
Joined: 25 Oct 2008
Posts: 712, Topics: 77
Location: Germany

Reputation: 185.3
Votes: 18

Post Posted: 22-11-2009, 13:16:50 | Translate post to: ... (Click for more languages)

Code:

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <fakemeta>

stock samurai_get_speed(index)
{
   new Float:Vel[3], rVel[3];
   pev(index, pev_velocity, Vel);
   rVel[0] = floatround(Vel[0]);
   rVel[1] = floatround(Vel[1]);
   rVel[2] = floatround(Vel[2]);
   
   return sqroot(rVel[0] * rVel[0] + rVel[1] * rVel[1] + rVel[2] * rVel[2]);
}

stock samurai_set_speed(ent,Float:speed)
{
   set_pev(ent,pev_speed,speed);
   set_pev(ent,pev_maxspeed,speed);
}


public plugin_init()
{
   register_plugin("3D view","0.1","SAMURAI");
   
   register_event("CurWeapon", "Event_CurWeapon","be", "1=1");
}

public plugin_precache()
{
   precache_model("models/rpgrocket.mdl");
}


public Event_CurWeapon(id)
{
   new wpid = get_user_weapon(id,wpid,wpid);
   
   if(wpid == CSW_KNIFE) {
      set_view(id, CAMERA_3RDPERSON);

      new iSpeed = samurai_get_speed(id);
   
      samurai_set_speed(id,float(iSpeed) * 3.0);
   }
   
   else {
      set_view(id,CAMERA_NONE);
      samurai_set_speed(id,-1.0);
   }

}

0 0
  
Back to top
View user's profile Send private message
buciosu
[Banned user]


Banned


Status: Offline
(since 28-05-2010 16:58)
Joined: 30 Aug 2009
Posts: 32, Topics: 13
Location: Bucuresti

Reputation: 131.7
Votes: 4

 
Post Posted: 22-11-2009, 16:23:25 | Translate post to: ... (Click for more languages)

scz de offtopic sa inteleg ca le bag in amx.cfg?
0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Resources  


The time now is 21-02-2025, 08:58:24
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x