eSportsKosova - Gaming Community
D2 texture abuse fix - Printable Version

+- eSportsKosova - Gaming Community (https://esportskosova.com)
+-- Forum: HAPËSIRA E COUNTER-STRIKE (https://esportskosova.com/forum-7.html)
+--- Forum: Counter-Strike 1.6 (https://esportskosova.com/forum-19.html)
+---- Forum: Amx Mod X (https://esportskosova.com/forum-58.html)
+----- Forum: AMX - Plugin's (https://esportskosova.com/forum-193.html)
+----- Thread: D2 texture abuse fix (/thread-44887.html)



D2 texture abuse fix - Cyanide. - 01-02-2024

* 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]

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]


Re: D2 texture abuse fix - riflex - 01-03-2024

gj


Re: D2 texture abuse fix - HOAX' - 10-16-2024

GJ