Raised This Month: $51 Target: $400
 12% 

BombSite Creator


Post New Thread Reply   
 
Thread Tools Display Modes
Scherzo
Senior Member
Join Date: Feb 2007
Location: Kwidzyn, Poland
Old 04-15-2009 , 11:30   Re: BombSite Creator
Reply With Quote #21

Translations added. I changed title to avoid problems with 'BS' short. Fixed problem with EV_SZ_target, which lost on save. Added Bombsites radar - I know there is other plugin, which does it, but good idea for me to combine it with this - new BS will be marked by {target decal and (when player want) on radar.
Scherzo is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 06-18-2009 , 16:39   Re: BombSite Creator
Reply With Quote #22

Good job!

Only a few problems that I see.

1.
Code:
stock remove_entities_by_class(const szClassName[]){     new ent=-1;     do{         ent=find_ent_by_class ( ent, szClassName);         if(is_valid_ent ( ent ))                 remove_entity( ent );     }     while(ent); }
You have <engine> included, so just use remove_entity_name().

2.
Code:
setFlags(szFlags[10]){     new iLen=strlen(szFlags);     for(new i=0;i<iLen;i++){         if(szFlags[i]>='a' && szFlags[i]<='z')             g_BSLog|=(1<<(szFlags[i]-'a'));     } }
You could simply do:
Code:
g_BSLog = read_flags(szFlags);

3.
Code:
if(!equal(szTargetName, "")){
Just do:
Code:
if(szTargetName[0]){
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Scherzo
Senior Member
Join Date: Feb 2007
Location: Kwidzyn, Poland
Old 06-19-2009 , 08:29   Re: BombSite Creator
Reply With Quote #23

Ok, update. Thx for comment
Scherzo is offline
Mauricio
Veteran Member
Join Date: Feb 2009
Location: Monterrey, Nuevo Leon, M
Old 06-19-2009 , 08:33   Re: BS Creator
Reply With Quote #24

Quote:
Originally Posted by alan_el_more View Post
Spanish
Code:
[es]
WORD_ADD = Agregar
WORD_WIDTH = Anchura
WORD_LENGTH = Longitud
WORD_HEIGHT = Altura
WORD_AXIS = eje
WORD_MORE = Mas
WORD_LESS = Menos
WORD_DELETE = Borrar
WORD_RETURN = Volver

BS_SAVE = Guardar en archivo
BS_SAVED = BombSites Guardados!
BS_NOW_MORE = No se pueden crear nuevas BS
NEED_RESTART = En caso de problemas, reinicie el servidor o cambiar de mapa.
XDDD anchura?!!! or "ancho"? XD joking

NICE PLUGIN!!!!
__________________
[C]apo[s]trike Zombie Levels Server
IP:
69.162.123.19:27015

Enter now, you won´t regret.
Entra ya, no te retractaras.
Mauricio is offline
Send a message via MSN to Mauricio
SchlumPF*
Veteran Member
Join Date: Mar 2007
Old 06-19-2009 , 09:10   Re: BombSite Creator
Reply With Quote #25

change de to be like this:
BS_NOW_MORE = Kann neuen Spot nicht erstellen
NEED_RESTART = Bei Problemen Server neustarten / Map wechseln.
__________________
SchlumPF* is offline
Send a message via ICQ to SchlumPF*
zacky
Senior Member
Join Date: Mar 2008
Location: Sweden
Old 06-19-2009 , 15:06   Re: BombSite Creator
Reply With Quote #26

I found two typos in my swedish translation.

Instead of this:
Code:
BS_NOW_MOVE = Kan inte skapa ny BP
Do this:
Code:
BS_NOW_MORE = Kan inte skapa ny BS
zacky is offline
Send a message via Skype™ to zacky
merkava
Junior Member
Join Date: Jun 2008
Old 06-19-2009 , 15:27   Re: BombSite Creator
Reply With Quote #27

Code:
WORD_LENGTH = Dlugosz
Maybe
Code:
WORD_LENGTH = Dlugosc
r3x?
merkava is offline
wilson409
Junior Member
Join Date: May 2006
Location: 香港HongKong
Old 06-20-2009 , 04:35   Re: BombSite Creator
Reply With Quote #28

Code:
traditional chinese
[tc]
WORD_ADD = 新增
WORD_WIDTH = 寬度
WORD_LENGTH = 長度
WORD_HEIGHT = 高度
WORD_AXIS = 軸線
WORD_MORE = 更多
WORD_LESS = 減少
WORD_DELETE = 刪除
WORD_RETURN = 返回

BS_SAVE = 儲存文件
BS_SAVED = 爆炸地點已儲存
BS_NOW_MORE = 不能建立新的爆炸地點
NEED_RESTART = 請重新開啟伺服器.
Code:
simplified Chinese
[cn]
WORD_ADD = 新增
WORD_WIDTH = 宽度
WORD_LENGTH = 长度
WORD_HEIGHT = 高度
WORD_AXIS = 轴线
WORD_MORE = 更多
WORD_LESS = 减少
WORD_DELETE = 删除
WORD_RETURN = 返回

BS_SAVE = 储存文件
BS_SAVED = 爆炸地点已储存
BS_NOW_MORE = 不能建立新的爆炸地点
NEED_RESTART = 请重新开啟伺服器.

Last edited by wilson409; 06-20-2009 at 04:48.
wilson409 is offline
Scherzo
Senior Member
Join Date: Feb 2007
Location: Kwidzyn, Poland
Old 06-20-2009 , 15:11   Re: BombSite Creator
Reply With Quote #29

zacky replaced

merkava, racja, literowka;P (you right)
Yep, i`m r3x

wilson409 it`s not ANSI text, should i set bs_creator.txt to utf-8?
Scherzo is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 06-20-2009 , 15:51   Re: BombSite Creator
Reply With Quote #30

If you do that, use utf-8 without BOM.
__________________
Arkshine is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:41.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode