
zaidimo konsole
Error: server failed to transmit file 'sprites/rush_wall.spr'
Error: could not load file sprites/rush_wall.spr
Model sprites/rush_wall.spr not found and not available from server
Cannot continue without model sprites/rush_wall.spr, disconnect
Code: Select all
#include <amxmodx> new rushwall_sprite; public plugin_precache() { rushwall_sprite = precache_model("sprites/rush_wall.spr");}

compiliuojant
//AMXXPC compile.exe
// by the AMX Mod X Dev Team
//// A.sma
//
// C:\Users\Laimis\Desktop\\cstrike\addons\amxmodx\scrip
ting\A.sma(6) : warning 204: symbol is assigned a value that is never used: "rus
hwall_sprite"
// Header size: 180 bytes
// Code size: 68 bytes
// Data size: 112 bytes
// Stack/heap size: 16384 bytes
// Total requirements: 16744 bytes
//
// 1 Warning.
// Done.
//
// Compilation Time: 0,08 sec
// ----------------------------------------
Press enter to exit ...