Проблема с SimpleRegexMatch

troy0212

Участник
Сообщения
6
Реакции
0
При компиляции плагина пишет ошибку:
PHP:
antipingmask.sp
E:\CSS SERVER\cstrike\addons\sourcemod\scripting\antipingmask.sp(208) : error
 017: undefined symbol "SimpleRegexMatch"

При запуске сервера пишет:
PHP:
L 05/14/2010 - 20:22:43: [SM] Unable to load plugin "antipingmask.smx": Native "
CompileRegex" was not found
L 05/14/2010 - 20:22:44: [SM] Warning(s) encountered in translation file "plugin
.teambets.txt"
L 05/14/2010 - 20:22:44: [SM] Ignoring translation to invalid language "#format"
 on line 31.
L 05/14/2010 - 20:22:44: [SM] Ignoring translation to invalid language "#format"
 on line 42.
L 05/14/2010 - 20:22:44: [SM] Ignoring translation to invalid language "#format"
 on line 48.
L 05/14/2010 - 20:22:44: [SM] Ignoring translation to invalid language "#format"
 on line 54.
L 05/14/2010 - 20:22:44: [SM] Ignoring translation to invalid language "#format"
 on line 60.
L 05/14/2010 - 20:22:44: [SM] Fatal error encountered parsing translation file "
sv/plugin.teambets.txt"
L 05/14/2010 - 20:22:44: [SM] Error (line 20, column 57): Line contained too man
y invalid tokens

Помогите разобраться в чем дело. Regexp поставлен по инструкции.
Вот список плагинов:
PHP:
[SM] Listing 35 plugins:
  01 "SM Addadmin" (1.0) by MaTTe
  02 "Admin File Reader" (1.3.2) by AlliedModders LLC
  03 "Admin ESP" (1.0.2) by KawMAN
  04 "Admin Help" (1.3.2) by AlliedModders LLC
  05 "Admin Menu" (1.3.2) by AlliedModders LLC
  06 "Advanced c4 Countdown Timer" (1.4.1) by dalto
  07 "Anti-Flood" (1.3.2) by AlliedModders LLC
  08 "Auto Name Changer" (3.0) by MoggieX
  09 "Banlist" (0.01) by X@IDER
  10 "Basic Ban Commands" (1.3.2) by AlliedModders LLC
  11 "Basic Chat" (1.3.2) by AlliedModders LLC
  12 "Basic Comm Control" (1.3.2) by AlliedModders LLC
  13 "Basic Commands" (1.3.2) by AlliedModders LLC
  14 "Basic Info Triggers" (1.3.2) by AlliedModders LLC
  15 "Basic Votes" (1.3.2) by AlliedModders LLC
  16 "VBAC" (3.3) by MoggieX
  17 "CD Announcer" (2.3) by Fredd
  18 "Client Preferences" (1.3.2) by AlliedModders LLC
  19 "Fun Commands" (1.3.2) by AlliedModders LLC
  20 "Fun Votes" (1.3.2) by AlliedModders LLC
  21 "Killer info display" (1.0) by Berni, gH0sTy
  22 "Most destructive" (0.08) by X@IDER
  23 "Name Changer" (1.3) by bl4nk
  24 "Nextmap" (1.3.2) by AlliedModders LLC
  25 "Player Commands" (1.3.2) by AlliedModders LLC
  26 "Players Votes" (1.5.0) by The Resident, pZv!
  27 "Quake Sounds" (1.8) by dalto
  28 "Reserved Slots" (1.3.2) by AlliedModders LLC
  29 "Show Damage" (1.0.7) by exvel
  30 "Simple TK Manager" (1.0b) by Lebson506th
  31 "SM Super Commands" (0.60) by pRED*
  32 "SM Super Menu" (0.5) by pRED*
  33 "Sound Commands" (1.3.2) by AlliedModders LLC
  34 "Team Bets" (2.3) by GrimReaper - Original by ferret
  35 <Failed> "Anti-Ping Mask" (1.6.0) by atom0s

Может я и не в тему пишу, но всетаки....
 

fallen1994

Участник
Сообщения
2,357
Реакции
538
нельзя плагин перекомпилировать,только исходник
 

Andrey

пишу код за еду
Сообщения
3,386
Реакции
4,019
  • Команда форума
  • #4
troy0212, а зачем ты его компилируешь? В архиве есть скомпилированный плагин.
Попробуй не устанавливая RegEx скомпилировать, в sm с версии 1.1 уже есть regex который новее того который в теме.
 

troy0212

Участник
Сообщения
6
Реакции
0
troy0212, а зачем ты его компилируешь? В архиве есть скомпилированный плагин.
Попробуй не устанавливая RegEx скомпилировать, в sm с версии 1.1 уже есть regex который новее того который в теме.


Извини, не заметил, что это не для 1.3.х :blush2:



PHP:
512.3 fps  0/20 on map         de_dust2
Console initialized.
Game.dll loaded for "Counter-Strike: Source"
[zBlock] Attempting to load plugin
[zBlock] Module Check Completed Successfully
[zBlock] Game: "Counter-Strike: Source"
[zBlock] Hooked Server ConCommand 'ent_fire'
[zBlock] Hooked Server ConCommand 'sv_pure'
[zBlock] Hooked Server ConCommand 'alias'
[zBlock] Creating script file-checking list
[zBlock] Protecting from DOS exploit
[zBlock] Movement Hook Enabled
[zBlock] Sound Hook Enabled
[zBlock] Hooked "tv_record"
[zBlock] Updater started
[zBlock] Checking for update...
[zBlock] Plugin successfully loaded
maxplayers set to 32
maxplayers set to 20
Network: IP 192.168.1.10, mode MP, dedicated Yes, ports 27016 SV / 27005 CL
L 05/14/2010 - 22:15:44: -------- Mapchange to de_dust2 --------
L 05/14/2010 - 22:15:45: [GEOIP] GeoIP database info: GEO-106FREE 20091001 Build
 1 Copyright (c) 2009 MaxMind Inc All Rights Reserved
[B]L 05/14/2010 - 22:15:45: [SM] Warning(s) encountered in translation file "plugin
.teambets.txt"
L 05/14/2010 - 22:15:45: [SM] Ignoring translation to invalid language "#format"
 on line 31.
L 05/14/2010 - 22:15:45: [SM] Ignoring translation to invalid language "#format"
 on line 42.
L 05/14/2010 - 22:15:45: [SM] Ignoring translation to invalid language "#format"
 on line 48.
L 05/14/2010 - 22:15:45: [SM] Ignoring translation to invalid language "#format"
 on line 54.
L 05/14/2010 - 22:15:45: [SM] Ignoring translation to invalid language "#format"
 on line 60.[/B]
Executing dedicated server config file
[zBlock] Your plugin version is up-to-date
Incorrect price blob version! Update your server!
ERROR: mp_dynamicpricing set to 1 but couldn't download the price list!
Error: Material "sprites/bubble" : proxy "AnimatedTexture" not found!
[zBlock] Enforcing Cached Script Files...
[zBlock] Successfully enforcing 40/40 scripts
[zBlock] Forcing map: "maps/de_dust2.bsp"
Section [Scenes]: 0 resources total 0 bytes, 0.00 % of limit (2.10 MB)
ServiceStart: started as local thread
couldn't exec server.cfg
--------------------------------------------------------
sv_pure set to 2.
Note: Changes to sv_pure take effect when the next map is loaded.
--------------------------------------------------------
Server using sv_pure 2.
Caching file CRCs for pure server...
Finished caching file CRCs for pure server in 0 seconds.
[B]L 05/14/2010 - 22:15:52: [SM] Warning(s) encountered in translation file "plugin
.teambets.txt"
L 05/14/2010 - 22:15:52: [SM] Ignoring translation to invalid language "#format"
 on line 31.
L 05/14/2010 - 22:15:52: [SM] Ignoring translation to invalid language "#format"
 on line 42.
L 05/14/2010 - 22:15:52: [SM] Ignoring translation to invalid language "#format"
 on line 48.
L 05/14/2010 - 22:15:52: [SM] Ignoring translation to invalid language "#format"
 on line 54.
L 05/14/2010 - 22:15:52: [SM] Ignoring translation to invalid language "#format"
 on line 60.[/B]
L 05/14/2010 - 22:15:52: -------- Mapchange to de_dust2 --------
L 05/14/2010 - 22:15:52: Error log file session closed.
Executing dedicated server config file
Incorrect price blob version! Update your server!
ERROR: mp_dynamicpricing set to 1 but couldn't download the price list!
[zBlock] Enforcing Cached Script Files...
[zBlock] Successfully enforcing 40/40 scripts
[zBlock] Forcing map: "maps/de_dust2.bsp"
Section [Scenes]: 0 resources total 0 bytes, 0.00 % of limit (2.10 MB)
couldn't exec server.cfg
Adding master server 216.207.205.98:27011
Adding master server 216.207.205.99:27011
Connection to Steam servers successful.
   VAC secure mode is activated.
[TeamBets] - Loaded


Чтобы без создания новой темы опишу и эту проблему. Почему не понимает #format???
P.S. Вот тебе и перешел на SM :( Хотя и круче:)
 
Сверху Снизу