Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - aledark24

Pages: 1 ... 11 12 [13] 14
181
mIRC/pawn Scripting / Re: Help me in editing some cmds
« on: October 27, 2012, 09:38:49 pm »
the command !car is of gups, matheus not create the command >:(

182
mIRC/pawn Scripting / Re: Help me in editing some cmds
« on: October 23, 2012, 03:55:00 pm »
I have the same stupid problem whith ban command is problem of router connection,,not is problem of the script

183
ShowRoom (pawn) / Re: GUPS 1.16
« on: September 26, 2012, 06:50:11 pm »
What do you mean by many bugs?
Be more specific.


Example in the register i register

/c register aledark24 "password"

and exit of the game and example you enter whit my same name and put /c login "password"

show the password is incorrect right?? so you put whit my same name aledark24 /c login "you password" and delete my account and change my password... second bug !givecaSH "name amount" not give cash to another player ......

and /c setmoney "name" ammount example /c setmoney tamas 10000 and you have in your hand 56565444 delete you hand cash and put the another "10000"      and you lose you own money ....


sorry my english  ;D ;D ;D ;D

184
ShowRoom (pawn) / Re: GUPS 1.16
« on: August 17, 2012, 12:16:00 am »
gups 1.1 contain many bugs example /c register

but this is the solution
[pawn]
      if ( strcmp( cmd, "registrar", true ) == 0 )
   {
      tmp = strtok( cmdtext, idx );
       if ( !strlen( tmp ) ) SendClientMessage( playerid, COLOR_GREEN, "Escribe: /c registrar [clave]" );
       else if ( IsLoggedIn( playerid ) ) SendClientMessage( playerid, RED, "Error: Ya estas registrado." );
        else if (PlayerLevel(playerid) >= 1) SendClientMessage(playerid, RED,"Este Nick-name ya esta registrado");// here is the solution FOR NOT register in the same count
       else
      {
         format( file, sizeof( file ), USERS_FILE, gPlayers[ playerid ] );
          new string[ 24 ], IP[ 24 ], szMsg[ 128 ];
         GetPlayerIp( playerid, IP, 24 );
         format( string, 24, "%s", IP );
         dini_Create( file );
         dini_Set( file, "Password", encrypt( tmp ) );
         dini_Set( file, "Login", "1" );
         dini_Set( file, "Bank", "0" );
         dini_Set( file, "Cash", "0" );
         dini_Set( file, "Level", "1" );
         dini_Set( file, "Stats", "1" );
         dini_Set( file, "Ip", string );
            GameTextForPlayer( playerid, "Registro Completo");
         SendClientMessage( playerid, COLOR_GREEN, "Te has registrado exitosamente." );
         format( szMsg, sizeof( szMsg ), "Tu clave:[ %s ] Tu Nivel: [ 1 ]", tmp, IP );
         SendClientMessage( playerid, RED, szMsg );
                SendClientMessage( playerid, COLOR_GREEN, "Para ver los comandos usa !Comandos" );
         PlayerInfo[ playerid ][ Logged ] = 1;
         PlayerInfo[ playerid ][ Level ] = 1;
         PlayerInfo[ playerid ][ Stats ] = 1;
      }
      return 1;
   }[/pawn]
Sorry my languaje is spanish xD but i show the bug xD

185
Michael en gups es Setplayerpos(playerid,locacion):
Espero que entendas

Not working whit SetPlayerPos matheus..

and this topic is closed xD i give the answer to michael :D

186
Buenas latino, tienen aqui un foro donde pueden hacer estas preguntas con mas seguridad y sin ninguna mala respuesta o respuestas descompuestas, aqui no los prodran ayudar por que ellos son ingleses asi que no entenderan lo que dicen..

FORO ESPAÑOL: www.comunidadpro.site90.net

-_- "haciendo anuncios" xD buena dilson  :P

187
se como pner los skin con armas y mover los carros agregar nuevos carros se lo basico estoy asiendo le un server a un amigo y me gustaria saber si me pudiran ayudar aledark conosido como Alejandro_tabilo el cual tiene un server buenisimo pero eso me gustaria saber ccomo agregar las armas en forma de pick up ya que aprendi como mover los carros y los skin todo mirando un post que aledark iso gracias por mirar este comentario XDDDD

UN SALUDO A TODOS  8) 8) 8)
una forma facil en tu server hace coordenadas con el tan conocido comando /c saveloc ejemplo
/c saveloc arma1
luego vas a la carpeta locations y a locations.ini y buscas los numeros que aparecen ahi ejemplo
arma1= 123345 12155 1254654   luego vas a tu script y buscas la linea public OnGameModeInit()
en esa linea buscas donde diga LoadPickupsAndProps(); y colocas algo como esto

AddStaticPickup(1, 276,412.50375, -448.21911, 10.10988); el numero 1 significa que es el primer pickup el numero 276 es el arma y 412.50375, -448.21911, 10.10988 es "un ejemplo de la locacion que tu hiciste con /c saveloc en el server
debes de poner las comas porke al hacer una locacion no salen.. colocare otro ejemplo si kieres colocar muchas armas
AddStaticPickup(1, 279,412.50375, -448.21911, 10.10988); cada vez que coloques un arma aumentale el primer numero osea despues de AddStaticPickup(
quedaria algo asi
AddStaticPickup(1, 279,412.50375, -448.21911, 10.10988);
AddStaticPickup(2, 279,412.50375, -448.21911, 10.10988);
AddStaticPickup(3, 279,412.50375, -448.21911, 10.10988);
recuerda que el segundo numero que viene define el arma "para saber las id de las armas visita esta pagina
http://thijn.vrocker-hosting.co.uk/VCWiki/index.php/ModelIDs
espero hallas entendido

188
facebook.com/DarkScorpion21

agregame.. asi podre ayudarte

189
gracias

Primero que nada debes decirme que "script" usas.. ya que existen varias maneras de colocar armas.. tanto en los skins como en el juego en forma de pickups

190
No pienso ayudarte porke despues ni gracias das asi que



Aprende solo tarado!!!

191
al estar en un vehiculo en el server debes colocar /s y ir a la carpeta donde esta tu vice city instalado y encontrar el archivo vc-mp_saved_coords.txt
ahi al hacer /s te dara una locacion ejemplo

Vehicle = 207 -878.1830 -343.4953 10.9545 271.2949 3 3 ; S
el 207 es el numero de "vehiculo" osea un auto los demas numeros -878.1830 -343.4953 10.9545 271.2949 corresponden a la locacion guardada y los 2 ultimos numeros corresponden al color 3 3 en este caso el color es rojo y rojo eso nos da un vehiculo phoenix rojo completo luego de todos estos numeros solo debes copiar
207 -878.1830 -343.4953 10.9545 271.2949 3 3 en tu carpeta de "vehicles" siguiendo el numero a continuacion ya que la carpeta se define asi
1=139 -805.3066 581.5875 10.7818 181.1629 1 1
2=139 -810.3881 579.6426 10.7818 181.4931 1 1
3=139 -815.8619 579.7491 10.7817 180.4750 0 0
4=139 -817.0142 551.8789 10.7811 358.3381 3 3
5=139 -821.0647 552.7271 10.7812 0.0657 0 0
6=139 -821.0982 565.4949 10.7792 0.5019 3 3
7=139 -833.5833 580.5123 10.7809 3.2741 0 0
8=167 -1158.8936 -1324.7250 14.6580 341.5559 0 0
9=167 -1164.0784 -1324.5878 14.6319 336.9055 0 0
10=167 -1167.9368 -1322.2959 14.6079 342.7823 0 0
11=167 -1136.8169 -1258.6226 14.6289 60.9965 0 0
entonces al agregar tu auto a la lista deberias colocar el numero siguiente asi
12=207 -878.1830 -343.4953 10.9545 271.2949 3 3
aqui te dejo los autos y colores asi tienes una idea
http://www.mediafire.com/?k33w5dj1qjs18ox


192
Sabia que ese comando era de Dilson  :P abraham no puede sin ayuda y se cree pro -_-

193
y mas nada jeje
 como diria mi abuelo que mantequilla papa jejejee...

strfind(c, "\\", true) != -1 ||

den las gracias pollitos...
GraciaS pollito -_- te lo paso dilson :D

194
Usa el mio, lo usaba yo anteriormente es basado en gups y facil de modificar.. tiene comandos en espaniol "bueno los que yo agregue" solo 1 cosa si el server no te sale en internet primero abre otro tipo de server y buscas si aparece en la lista y luego abres el mio

Disfrutalo

http://forum.vicecitymultiplayer.com/index.php?topic=5021.0



195
ShowRoom (pawn) / Re: [FS] Plant Bomb System
« on: July 31, 2012, 02:23:31 am »
Nice work i used you filterscript jejeje but only one thing you create only one location to buy bomb? example 8 ball in astillero??


Pages: 1 ... 11 12 [13] 14