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

Showing results 1 to 25 of 500
Search took 0.05 seconds.
Search: Posts Made By: Mxnn
Forum: Scripting Help 02-20-2013, 00:55
Replies: 3
Views: 896
Posted By Mxnn
Re: Multilingual question

Yes i know it, but i can't put newlines. Can I put 2 multilinguals in a print? Like in the code
Forum: Scripting Help 02-20-2013, 00:40
Replies: 3
Views: 896
Posted By Mxnn
Multilingual question

I don't know how to title this. My question is: It possible to do this ? Dictionary: COLOR_1 = GREY (NEW LINE, I can't put new line!) CAR = car In the plugin: client_print(0, print_chat,...
Forum: Scripting Help 02-15-2013, 01:46
Replies: 2
Views: 920
Posted By Mxnn
Re: func_vehicle HELP

Thanks for the help! I fixed the problem and i don't know why. Is like that sometimes works and sometimes not. I have another question: I have func_vehicles and in a function i set them in x y z...
Forum: Scripting Help 02-14-2013, 23:59
Replies: 2
Views: 920
Posted By Mxnn
func_vehicle HELP

Hi everybody. I need your help because I'm trying to set the vehicle maxspeed and I can't. 2 or 3 days ago I did it with this:
#define CAR_SPEED "950.0"
public pfn_keyvalue(entid) {
new...
Forum: Scripting Help 12-18-2010, 14:33
Replies: 9
Views: 2,235
Posted By Mxnn
Re: plugin only for 1 pc (ip) + add admin by plugin

In Amx you can set an admin by IP..
Forum: Spanish 11-12-2010, 14:52
Replies: 13
Views: 2,766
Posted By Mxnn
Re: [ES]Porque me salen los hud color defuse??

Ni siquiera el ultimo se pone celeste? (o el color que vos queres)
Forum: Spanish 11-10-2010, 11:13
Replies: 18
Views: 4,539
Posted By Mxnn
Forum: Spanish 11-07-2010, 16:06
Replies: 11
Views: 3,100
Posted By Mxnn
Re: [ES] sXe Injected

Tenes el kernel alterado segun eso. Usaste algun programa al estilo TuneUp ? (que modifican la pantalla de inicio y bla)
Forum: Scripting Help 11-02-2010, 21:41
Replies: 9
Views: 11,206
Posted By Mxnn
Re: can someone fix my plugin

Tell us what's the plugin's problem
Forum: Scripting Help 10-30-2010, 17:28
Replies: 11
Views: 2,867
Posted By Mxnn
Re: Amx_Disco dont work.

Change cs_get_user_team(i) == CS_TEAM_T
To
get_user_team(i) == 1
Forum: Spanish 10-30-2010, 16:04
Replies: 7
Views: 2,026
Posted By Mxnn
Re: [ES] El TT no pueda agarrar armas

Hago una pregunta..
Hookeando el touch del player con armory_entity no tendría que funcionar ya?
Porque weapon_shield no es un armory_entity?

Y otra pregunta, que es weaponbox?
Forum: Scripting Help 10-29-2010, 12:40
Replies: 6
Views: 3,614
Posted By Mxnn
Re: Random String

str[BUFFER_LENGTH-1] = EOS
Forum: Spanish 10-29-2010, 12:33
Replies: 5
Views: 1,485
Posted By Mxnn
Re: [ES]Porque no me anda esta cosa, no se como llamarlo

[php]
new name[32]
get_user_name(id)
ChatColor(0, "blabla bla %s", name)
Forum: Spanish 10-29-2010, 12:32
Replies: 41
Views: 7,110
Posted By Mxnn
Re: [ES] Pedido de tutorial

Hace los spawns separados. Si los haces muy juntos se bugea y los mata; ponele separación de 32 unidades mas o menos
Forum: Spanish 10-28-2010, 21:48
Replies: 41
Views: 7,110
Posted By Mxnn
Re: [ES] Pedido de tutorial

Entra aca (http://www.mapping-zone.net/foro/showthread.php?t=581) y segui el metodo "pointfile".
Forum: Spanish 10-28-2010, 20:30
Replies: 41
Views: 7,110
Posted By Mxnn
Re: [REQ] Pedido de tutorial

Compre STEAM hace año y medio y dejé de jugar (mapeo hace mas de 2 años y siempre descargue los compiladores y entidades por separado). Sinceramente, no sabia que traía eso.
Forum: Spanish 10-28-2010, 10:12
Replies: 41
Views: 7,110
Posted By Mxnn
Re: [REQ] Pedido de tutorial

No hace falta el SDK, con el ZHLT, el VHE y las FGD'S ya podes hacer un mapa.
Y como dicen ahi, es conveniente usar el Batch Compiler (es mas facil de usar). Bajalo, configuralo y listo
Forum: Spanish 10-28-2010, 00:48
Replies: 41
Views: 7,110
Posted By Mxnn
Re: [REQ] Pedido de tutorial

Tenes que configurarle el compilador, desde Herramientas>Opciones. Hay 1001 tutoriales
Forum: Scripting Help 10-25-2010, 17:02
Replies: 6
Views: 1,448
Posted By Mxnn
Re: Variable in Menu Title

new title [ 64 ] = "\y Wähle deine Waffe", PREFIX[10] = "prefix"
formatex(title, chasmax(title), "%s %s", PREFIX, title)
Forum: Scripting Help 10-21-2010, 16:38
Replies: 11
Views: 6,949
Posted By Mxnn
Re: get_players or get_maxplayers()

Remember that if you are using get_maxplayers() you have to check if is_user_connected().
With get_players() you can filter the players by alive, dead, ct, tt, etc.
If you want to loop through all...
Forum: Spanish 10-21-2010, 16:34
Replies: 28
Views: 6,437
Posted By Mxnn
Re: [ES] Se puede hacer algo asi?

Nada que ver che o.O
Forum: Scripting Help 10-19-2010, 12:54
Replies: 17
Views: 3,828
Posted By Mxnn
Re: Index out of bound

May be because is ilogical. You have to think that if str_to_num(arg) is 0. The statement would be:

if (blockjoining[0-1] == true)

array[-1] is ilogical.
Forum: Spanish 10-17-2010, 15:05
Replies: 6
Views: 1,343
Posted By Mxnn
Re: [ES] Problema Models

Postea el codigo entero. Ademas de poner esas lineas tendrias que "avisarle", al plugin, que vos queres que los usuarios tengan x modelo
Forum: Scripting Help 10-14-2010, 11:46
Replies: 10
Views: 3,136
Posted By Mxnn
Re: SOLID_NOT for one player.

Try

#include <engine>

entity_set_int(id, EV_INT_SOLID, SOLID_NOT)
Forum: Spanish 10-14-2010, 11:41
Replies: 5
Views: 3,344
Posted By Mxnn
Re: [ES] [AMXX] Function is not present

Agregaste el modulo fakemeta ?
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 21:23.


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