22.02.2017, 19:34
Код:
if( teisingiAtsakymai[ playerid ] < 9 )
{
SendClientMessage( playerid, -1, "you successful have driver license");
pdata[ playerid ] [ dLic ] = 1;
}
else
{
SendClientMessage( playerid, -1, "not get a driver's license ( need 9 / 10 ) to get");
}

