07.04.2013, 12:33
Код:
C:\Users\tamara\Desktop\PPC_Server[By Dima]\pawno\include\PPC_Common.inc(258) : warning 213: tag mismatch C:\Users\tamara\Desktop\PPC_Server[By Dima]\pawno\include\PPC_PlayerCommands.inc(2972) : warning 213: tag mismatch
Код:
enum TSpeedCamera
{
Text3D:SpeedText,
RadarIcon,
Float:CamX, // Holds the X-coordinate of the camera
Float:CamY, // Holds the Y-coordinate of the camera
Float:CamZ, // Holds the Z-coordinate of the camera
Float:CamAngle, // Holds the Angle of the camera
CamSpeed, // Holds the maximum speed allowed to pass this camera without being caught
CamObj1, // Holds the reference to the first camera object
CamObj2
}
:Код:
ACameras[CamID][RadarIcon] = CreateDynamicMapIcon(x, y, z, 20, 0, -1, -1, 500.0);
Код:
DestroyDynamicMapIcon(RadarIcon);

