16.04.2014, 18:29
Use format first.
Do the same for the rest.
pawn Код:
new msg[50];
format(msg, sizeof (msg), "You have changed LockerID %d's position", lid);
SendClientMessage(playerid, -1, msg);