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 - MatheuS

Pages: [1] 2 3 ... 14
1
mIRC/pawn Scripting / Re: Need help in SQ server.
« on: August 28, 2014, 04:40:53 pm »

2
ShowRoom (pawn) / Re: Gups 2.0 Releases Soon by fast
« on: August 01, 2014, 07:54:48 pm »
but it is not an original version

3
im not using GUPS , IM Using OTher Kind Of Script Not SQ , just im using other pawn server.

i dont know how to fix that when i remove getplayerlocation its bug

 help me please

takes the role of GUPS and add to your script

4
VC:MP Clans / Re: LBR | Legion Brazillian
« on: June 01, 2014, 12:30:24 am »
Junior, MatheuS, Anta157 left. 31-05-14

PS: Unfortunately the multiplayer Vice city is running out of players  :-\

Bye to all my friends forum and game, until one day.
skype: matheus15757

5
General Discussion / VCMP 0.4?
« on: May 19, 2014, 05:30:21 pm »
when is the specific date?

why not release it now?

the vcmp is losing players that are already abused this release.

6
mIRC/pawn Scripting / Re: Need help on Login cmd
« on: May 19, 2014, 05:27:37 pm »
Code: [Select]
else if ( strcmp( cmd, "conectar", true ) == 0 )
{
tmp = strtok( cmdtext, idx );
    if ( !strlen( tmp ) ) return SendClientMessage( playerid, COLOR_GREEN, "Usa /c Conectar (Clave)" );
    if ( IsRegistered( playerid ) ) return SendClientMessage( playerid, COLOR_RED, "Error: No Estas Registrado En El Server, Usa /c registrar" );
    if ( IsLoggedIn( playerid ) ) return SendClientMessage( playerid, COLOR_RED, "Error: Ya Estas Logueado!" );

    new pass_confirm[ 256 ];
    pass_confirm = dini_Get( file, "Password" );

    if ( strcmp( encrypt( tmp ), pass_confirm, true ) == 0 )
{
    format( file, sizeof( file ), USERS_FILE, gPlayers[ playerid ] );
new level, stats, nogoto, noloc, cash, szMsg[ 128 ], IP[ 24 ];
level = dini_Int( file, "Level" );
stats = dini_Int( file, "Stats" );
nogoto = dini_Int( file, "NoGoto" );
noloc = dini_Int( file, "NoLoc" );
cash = dini_Int( file, "Cash" );

GetPlayerIp( playerid, IP, 24 );

PlayerInfo[ playerid ][ Logged ] = 1;
PlayerInfo[ playerid ][ Level ] = level;
PlayerInfo[ playerid ][ Stats ] = stats;
PlayerInfo[ playerid ][ NoGoto ] = nogoto;
PlayerInfo[ playerid ][ NoLoc ] = noloc;

UpDateFile( USERS_FILE, gPlayers[ playerid ], "Login", "1" );
UpDateFile( USERS_FILE, gPlayers[ playerid ], "Ip", IP );

        SendClientMessageToAll(COLOR_YELLOW,">> %s Se a conectado correctamente.", gPlayers[playerid] );
MensajePM( playerid, COLOR_GREEN, "Te as conectado correctamente." );
format( szMsg, 128, "Tu IP:[ %s ]", IP );
SendClientMessage( playerid, COLOR_GREEN, szMsg );
format( szMsg, sizeof( szMsg ), "Nick:[ %s ] Nivel:[ %d ] Estado:[ %s ]", gPlayers[ playerid ], level, StatusTag( level ) );
MensajePM( playerid, COLOR_GREEN, szMsg );
SetPlayerMoney( playerid, cash );
}
else
{
    PlayerInfo[ playerid ][ FalseLogins ]++;
    if ( PlayerInfo[ playerid ][ FalseLogins ] >= LOGIN_ATTEMPTS )
{
        format(str, sizeof( str ), ">> %s a sido kickeado por [ Fallo Conectarse ]", gPlayers[ playerid ] );
        SendClientMessageToAll( COLOR_RED, str );
        PlayerInfo[ playerid ][ FalseLogins ] = 0;
        Kick( playerid );
}
}
    return 1;
}

Pon eso O.o

7
ShowRoom (pawn) / Re: Napalm Tree A/D Script.
« on: May 18, 2014, 02:02:29 am »
Good Job Man  ;)

8
Servers / Re: [aZ]SkyLarKs Official VC:MP DM Server
« on: May 16, 2014, 06:01:16 am »
Good Luck Man

9
Servers / Re: GFG Global Fighting Gaming
« on: May 01, 2014, 07:46:08 pm »
Good Luck!

10
VC:MP Clans / Re: LBR | Legion Brazillian
« on: April 25, 2014, 10:21:09 pm »
LordBlack accepted as trainee. 25-04-2014

11
General Discussion / Re: Great news !
« on: April 25, 2014, 10:05:06 pm »
Great News  ;D

12
mIRC/pawn Scripting / Re: Yo FellA's.
« on: April 25, 2014, 03:10:40 am »
Welcome,

Yo SilenCe  ;D

13
Support / Re: how to add t...
« on: April 20, 2014, 12:18:23 am »
my server is  not pawn and i have the rules cmd but i want tip ...
i meat it's get auto show "TIP:type !rules to get the rules"
"TIP:PLEASE follow the rules and don't hack" something as that ...

YO jim it's ahmed123 in vccnr xD


Vice City Multiplayer Unofficial Forum

14
VC:MP Clans / Re: LBR | Legion Brazillian
« on: April 17, 2014, 03:43:46 pm »
Robson_Br promoted to Rockie. 10-4-2014
Andre_Fernandes promoted to Rockie. 10-4-2014

15
Servers / Re: GHP Tournament
« on: April 17, 2014, 03:39:40 pm »
Good Luck Soldier

Pages: [1] 2 3 ... 14