You need to have SAMP Version 0.3x-r2
#10

The latest client version is 0.3x-R1-2.
pawn Код:
public OnPlayerConnect( playerid )
{
    new
        samp_version[ 40 ]
    ;
    GetPlayerVersion( playerid, samp_version, sizeof( samp_version ) );
    if( strcmp( samp_version, "0.3x-R1-2" ) != 0 )
    {
        Kick( playerid );
        return 0;
    }
    // code..
    return 1;
}
Reply


Messages In This Thread
You need to have SAMP Version 0.3x-r2 - by Blackazur - 01.12.2013, 12:47
Re: You need to have SAMP Version 0.3x-r2 - by Konstantinos - 01.12.2013, 12:49
Re: You need to have SAMP Version 0.3x-r2 - by iJumbo - 01.12.2013, 12:50
Re: You need to have SAMP Version 0.3x-r2 - by boomerboom - 01.12.2013, 12:51
Re: You need to have SAMP Version 0.3x-r2 - by Ada32 - 01.12.2013, 12:53
AW: You need to have SAMP Version 0.3x-r2 - by Blackazur - 01.12.2013, 12:55
Re: You need to have SAMP Version 0.3x-r2 - by LeeXian99 - 01.12.2013, 12:56
AW: You need to have SAMP Version 0.3x-r2 - by Blackazur - 01.12.2013, 13:02
AW: You need to have SAMP Version 0.3x-r2 - by Mellnik - 01.12.2013, 13:04
Re: You need to have SAMP Version 0.3x-r2 - by Konstantinos - 01.12.2013, 13:04

Forum Jump:


Users browsing this thread: 6 Guest(s)