Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20.
public plugin_cfg(){ AddMenuItem("Ruletka", "ruletka_admin", ADMIN_IMMUNITY, "Ruletka"); new cfgdir[64], cfgfile[128], map[64], mapprefix[16]; get_configsdir(cfgdir, 63); get_mapname(map, 63); copyc(mapprefix, 63, map, '_'); format(cfgfile, 63, "%s/ruletka.cfg", cfgdir); if(file_exists(cfgfile)){ server_cmd("exec %s", cfgfile); } format(cfgfile, 63, "%s/maps/prefix_%s-ruletka.cfg", cfgdir, mapprefix); if(file_exists(cfgfile)){ server_cmd("exec %s", cfgfile); } format(cfgfile, 63, "%s/maps/%s-ruletka.cfg", cfgdir, map); if(file_exists(cfgfile)){ server_cmd("exec %s", cfgfile); } }
Dodanych wklejek: 12215
Powered By (Pav32) Pastebin © 2011