01-02-2024, 07:01 PM
* D2 texture abuse fix
* Autor : Simo123
* Version : 1.0
* Ky plugin ju ndalon me kqyr prej deres A-ja, aty nqyshe. Osht 1 plugin i vogel po mjaft i vlefshem.
![[Image: 2im2wza.jpg]](http://i58.tinypic.com/2im2wza.jpg)
[spoiler]#include <amxmodx>
#include <engine>
public plugin_init( )
{
register_plugin( "D2 texture abuse fix", "1.0", "Simo123" );
new map[32];
get_mapname(map, 31);
if ( equal(map, "de_dust2") )
{
new Ent = create_entity( "info_target" );
entity_set_model( Ent, "models/w_shield.mdl" );
entity_set_origin( Ent, Float:{440.0, 265.9, 55.0} );
entity_set_vector( Ent, EV_VEC_angles, Float:{-55.0, -40.0, -89.0} );
}
}[/spoiler]
* Autor : Simo123
* Version : 1.0
* Ky plugin ju ndalon me kqyr prej deres A-ja, aty nqyshe. Osht 1 plugin i vogel po mjaft i vlefshem.
![[Image: 2im2wza.jpg]](http://i58.tinypic.com/2im2wza.jpg)
Code:
https://www.mediafire.com/?5vmt03ram6b11fq[spoiler]#include <amxmodx>
#include <engine>
public plugin_init( )
{
register_plugin( "D2 texture abuse fix", "1.0", "Simo123" );
new map[32];
get_mapname(map, 31);
if ( equal(map, "de_dust2") )
{
new Ent = create_entity( "info_target" );
entity_set_model( Ent, "models/w_shield.mdl" );
entity_set_origin( Ent, Float:{440.0, 265.9, 55.0} );
entity_set_vector( Ent, EV_VEC_angles, Float:{-55.0, -40.0, -89.0} );
}
}[/spoiler]
![[Image: giphy.gif]](https://media.giphy.com/media/3osxYnt0GQmF1fo56E/giphy.gif)
The way it's meant to be played
![[Image: 5ZUlaXc.gif]](http://i.imgur.com/5ZUlaXc.gif)



![[Image: ydaFmrZ.png]](http://i.imgur.com/ydaFmrZ.png)

every games begins with: ESK Forever <3