10.08.2016, 20:45
Try this:
PHP код:
format(string, sizeof(string), ">> X %0.1f Y %0.1f Z %0.1f Angle %0.1f", x,y,z);
SendClientMessage(playerid, -1, string);

