InLeX Posted April 6, 2008 Report Share Posted April 6, 2008 Sveiki! Kā nomainīt spēles nosaukumu kur rakstīts Zombie Swarm 2.4 Tnx ja kāds zin! Link to comment Share on other sites More sharing options...
Kiwix Posted April 6, 2008 Report Share Posted April 6, 2008 #include <amxmodx> #include <amxmisc> #include <fakemeta> #define PLUGIN "Change Mod Name" #define VERSION "1.0" #define AUTHOR "Sh!nE*" #define MODNAME "raksti ko gribi" new mod[32] public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_forward(FM_GetGameDescription,"ModName") format(mod, 31, MODNAME) } public ModName() { forward_return(FMV_STRING, mod) return FMRES_SUPERCEDE } Kā jau redzi nav mans plugins... Tāpēc par kopēšanu nepiesieties! Link to comment Share on other sites More sharing options...
DeimoN Posted April 6, 2008 Report Share Posted April 6, 2008 Es labaak ieteiktu kaut kur moda *.sma failos shito pamekleet, jo ja tu uzliec to pluginu vins var konflikteet ar jau pashreizeejo nosaukumu, kas jau tagad uzlikts, var kkas sa4akareeties. Link to comment Share on other sites More sharing options...
Kiwix Posted April 6, 2008 Report Share Posted April 6, 2008 Domā ko runā... Pašreizējais, manuprāt, atradās liblist.gam, bet no galvas neatceros. Link to comment Share on other sites More sharing options...
InLeX Posted April 6, 2008 Author Report Share Posted April 6, 2008 jaa, paldies strādā!!! Link to comment Share on other sites More sharing options...
Recommended Posts