addText( 'IP del Servidor:' );
var sendLine = function( text, echo )
{
if ( !text.length )
return;
if ( initStep > 1 )
{
--initStep;
switch ( initStep )
{
case 3:
{
var colonIndex = text.indexOf( ':' );
if ( colonIndex != -1 )
{
server = encodeURIComponent( text.substr( 0, colonIndex ) );
port = encodeURIComponent( text.substr( colonIndex + 1 ) );
if ( !$.browser.msie )
{
$( 'input#console-input' )
.attr( 'type', 'password' )
;
}
addText( text + '<br />Password:' );
--initStep;
}
else
{
server = encodeURIComponent( text );
addText( text + '<br />Puerto:' );
}
break;
}
case 2:
{
port = encodeURIComponent( text );
if ( !$.browser.msie )
{
$( 'input#console-input' )
.attr( 'type', 'password' )
;
}
addText( text + '<br />Contraseсa:' );
break;
}
case 1:
{
pw = encodeURIComponent( text );
if ( !$.browser.msie )
{
$( 'input#console-input' )
.attr( 'type', 'text' )
;
}
|
pero esto es de samp ^^
y no es un foro de pawn solamente, ES DESTINADO A TODO LO QE SE RELACIONE A SAMP |
|
esto es un foro de pawn no de java ni php ni vb ni C, q aveces ayuden con webs dado q tiene sierta orientacion con el samp no significa q te vallan a contestar cualquier cosa.
|
|
lol entonces con tu criterio podria preguntar como hacer un plugin y que me digan como hacerlo...
desde mi punto de vista no. |