10.11.2011, 20:14
Will you explain me why are you formating messages without any string or integrer? GetName(playerid)); is very useless
Use this:
Use this:
PHP код:
format(string, sizeof(string), "You have said the mir rights to %s.", GetName(id));
SendClientMessage(playerid, WHITE, string);
SendClientMessage(id, WHITE, "You have the right to keep silence, Everything you say can be used agaisnt you in a court of the Law");
SendClientMessage(id, WHITE, "You have the right to a Lawyer, If you cannot afford one, the state will appoint you one");
SendClientMessage(id, WHITE,"You have the right to a Phone Call, but only to ONE. Did you understood your rights?");