Makeadmin dialog problem
#2

You have to use %d for numbers, not %s.
Thats what u need:
format(s, sizeof(s), "Administrator %s has made you an level %d administrator",name, inputtext);
SendClientMessage(giveplayerid, LIGHTBLUE, s);
format(s, sizeof(s), "Administrator %s has made %s an admin level %d", name, giveplayername, inputtext);
Reply


Messages In This Thread
Makeadmin dialog problem - by FireFox_ - 06.03.2010, 11:20
Re: Makeadmin dialog problem - by [MWR]Blood - 06.03.2010, 11:39
Re: Makeadmin dialog problem - by Correlli - 06.03.2010, 11:42
Re: Makeadmin dialog problem - by MenaceX^ - 06.03.2010, 11:44
Re: Makeadmin dialog problem - by [MWR]Blood - 06.03.2010, 11:52
Re: Makeadmin dialog problem - by FireFox_ - 06.03.2010, 12:18
Re: Makeadmin dialog problem - by [CnR]Brawler - 07.03.2010, 00:41

Forum Jump:


Users browsing this thread: 1 Guest(s)