27.05.2012, 12:12
PHP код:
if (!strcmp("/fps", cmdtext, true))
{
new realcam[playerid] = CreateObject(18685, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
AttachObjectToPlayer(realcam[playerid], playerid, 0.0, 0.2, 0.68, 0.0, 0.0, 0.0);
AttachCameraToObject(playerid, realcam[playerid]);
return 1;
}

