30.04.2015, 01:42
Quote:
Код:
switch(GetPlayerCameraAspectRatio(playerid))
{
case 1.3 .. 1.35: //screen ratio is 4:3
case 1.5: //screen ratio is 3:2
case 1.6: //screen ratio is 16:10
// And the rest of the aspect ratios
}
switch(GetPlayerCameraAspectRatio(playerid))
{
case 1.3 .. 1.35: //screen ratio is 4:3
case 1.5: //screen ratio is 3:2
case 1.6: //screen ratio is 16:10
// And the rest of the aspect ratios
}