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

BANANAMAN


Post New Thread Reply   
 
Thread Tools Display Modes
11922911
Senior Member
Join Date: Dec 2011
Location: Yuen Long Country
Old 01-16-2014 , 01:54   Re: BANANAMAN
Reply With Quote #21

Looks funny, GJ!
__________________
youtube:
@holla16
11922911 is offline
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 01-21-2014 , 03:21   Re: BANANAMAN
Reply With Quote #22

Quote:
Error: server failed to transmit file 'models/banana.mdl'
Error: server failed to transmit file 'models/player/banana_t/banana_t.mdl'
Error: server failed to transmit file 'models/player/banana_ct/banana_ct.mdl'
Error: could not load file models/banana.mdl
Model models/banana.mdl not found and not available from server
Cannot continue without model models/banana.mdl, disconnecting.
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Phant
Veteran Member
Join Date: Sep 2009
Location: New Jersey
Old 01-21-2014 , 08:08   Re: BANANAMAN
Reply With Quote #23

Install properly models on server from "BANANAMAN.zip" archive.
Phant is offline
Send a message via ICQ to Phant
Fuck For Fun
Veteran Member
Join Date: Nov 2013
Old 01-25-2014 , 18:27   Re: BANANAMAN
Reply With Quote #24

I did ..I just trying to check the code, no matter

Last edited by Fuck For Fun; 01-25-2014 at 18:27.
Fuck For Fun is offline
Send a message via Skype™ to Fuck For Fun
Belo95135
Member
Join Date: Jun 2012
Location: Slovakia
Old 03-27-2014 , 13:54   Re: BANANAMAN
Reply With Quote #25

Slovak translation
with special characters (UTF-8 without BOM):
Code:
[sk]
BNNMN_SET = %s bude v ďalšom kole BANANAMAN!
BNNMN_CANCEL_BY_CMD = BANANAMAN zrušený!
BNNMN_CANCEL = Smola, nebudete BANANAMAN!
BNNMN_PREPARE = Pripravte sa na BANANAMANa v ďalšom kole!
BNNMN_YOU = Toto kolo ste BANANAMAN!
BNNMN_THROW = Použite príkaz "amx_bthrow <počet banánov> [mínus náhodné číslo do]" pre hádzanie banánov!
without special characters:
Code:
[sk]
BNNMN_SET = %s bude v dalsom kole BANANAMAN!
BNNMN_CANCEL_BY_CMD = BANANAMAN zruseny!
BNNMN_CANCEL = Smola, nebudete BANANAMAN!
BNNMN_PREPARE = Pripravte sa na BANANAMANa v dalsom kole!
BNNMN_YOU = Toto kolo ste BANANAMAN!
BNNMN_THROW = Pouzite prikaz "amx_bthrow <pocet bananov> [minus nahodne cislo do]" pre hadzanie bananov!
Belo95135 is offline
matrix123
Veteran Member
Join Date: Feb 2011
Old 01-05-2015 , 00:47   Re: BANANAMAN
Reply With Quote #26

translate to spanish

Code:
[es]
BNNMN_SET = %s será BANANAMAN en la siguiente ronda !
BNNMN_CANCEL_BY_CMD = BANANAMAN cancelado!
BNNMN_CANCEL = Perdón, pero no puedes ser BANANAMAN !
BNNMN_PREPARE = Preparese a ser BANANAMAN en la siguiente ronda !
BNNMN_YOU = Tú eres BANANAMAN esta ronda !
BNNMN_THROW = Uso del comando "amx_bthrow <numero de bananas> [hasta menor numero aleatorio]" a tirar bananas!
__________________
matrix123 is offline
vedant007
Member
Join Date: Jul 2013
Old 01-05-2015 , 04:36   Re: BANANAMAN
Reply With Quote #27

Quote:
Originally Posted by quark View Post
Why not make monkeys too?

Change This : -
#define MODEL "models/banana.mdl"
#define PLAYER_MODEL_T "models/player/banana_t/banana_t.mdl"
#define PLAYER_MODEL_CT "models/player/banana_ct/banana_ct.mdl"

To this : -

#define MODEL "models/ape.mdl"
#define PLAYER_MODEL_T "models/player/ape_t/ape_t.mdl"
#define PLAYER_MODEL_CT "models/player/ape/ape_ct.mdl"

Here is a ape(monkey) model : -
http://ds-servers.com/gbh/full/skins/306/monkey_2.zip
OR
http://ds-servers.com/gbh/gb3118/ski...uerilla_15.rar

Last edited by vedant007; 01-05-2015 at 04:38.
vedant007 is offline
Send a message via Skype™ to vedant007
ACM1PT
Member
Join Date: Feb 2014
Location: Argentina
Old 01-05-2015 , 12:17   Re: BANANAMAN
Reply With Quote #28

Quote:
Originally Posted by matrix123 View Post
translate to spanish

Code:
[es]
BNNMN_SET = %s será BANANAMAN en la siguiente ronda !
BNNMN_CANCEL_BY_CMD = BANANAMAN cancelado!
BNNMN_CANCEL = Perdón, pero no puedes ser BANANAMAN !
BNNMN_PREPARE = Preparese a ser BANANAMAN en la siguiente ronda !
BNNMN_YOU = Tú eres BANANAMAN esta ronda !
BNNMN_THROW = Uso del comando "amx_bthrow <numero de bananas> [hasta menor numero aleatorio]" a tirar bananas!

[es]
Corregí los errores, no podes usar acentos.

[en]
correct the spelling errors

Last edited by ACM1PT; 01-05-2015 at 12:18.
ACM1PT is offline
matrix123
Veteran Member
Join Date: Feb 2011
Old 01-05-2015 , 16:45   Re: BANANAMAN
Reply With Quote #29

Quote:
Originally Posted by ACM1PT View Post
[es]
Corregí los errores, no podes usar acentos.

[en]
correct the spelling errors
[es]
Compilando en UTF-8 ?

[en]
Compiled in UTF-8 ?

Code:
[es]
BNNMN_SET = %s sera BANANAMAN en la siguiente ronda !
BNNMN_CANCEL_BY_CMD = BANANAMAN cancelado!
BNNMN_CANCEL = Perdon, pero no puedes ser BANANAMAN !
BNNMN_PREPARE = Preparese a ser BANANAMAN en la siguiente ronda !
BNNMN_YOU = Tu eres BANANAMAN esta ronda !
BNNMN_THROW = Uso del comando "amx_bthrow <numero de bananas> [hasta menor numero aleatorio]" a tirar bananas!
__________________
matrix123 is offline
Phant
Veteran Member
Join Date: Sep 2009
Location: New Jersey
Old 01-05-2015 , 21:21   Re: BANANAMAN
Reply With Quote #30

matrix123, added.
Phant is offline
Send a message via ICQ to Phant
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 03:13.


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