29.07.2011, 20:48
Hello i want to put the details of a ban player but i want To show the player the Text under each other. For exemple
format(largestring, sizeof(largestring), "You are currently banned from this server. User:%s IP:%s Time:%s Admin:%s Reason:%s", Name2, PIP, estring, Pname, string);
SendClientMessage(playerid, mycolor, largestring);
I want like
SendClientMessage(bal bla "here the user: ");
SendClientMessage(bal bla "here the IP: ");
etc..
so i have to use many times format then SendClientMessage ? Beacuse i use a general string which is largestring that have 400 array size.
format(largestring, sizeof(largestring), "You are currently banned from this server. User:%s IP:%s Time:%s Admin:%s Reason:%s", Name2, PIP, estring, Pname, string);
SendClientMessage(playerid, mycolor, largestring);
I want like
SendClientMessage(bal bla "here the user: ");
SendClientMessage(bal bla "here the IP: ");
etc..
so i have to use many times format then SendClientMessage ? Beacuse i use a general string which is largestring that have 400 array size.