Ajail script bug
#2

For /aduty
Код:
format(string, sizeof(string), "{FF0000} %s is now Admin Duty. Use (/report) to ask help" ,string);
SendClientMessageToAll(-1, string);
you formatted string but didnt sent to players

and in "else"
Replace
Код:
SendClientMessage(playerid,COLOR_GREEN, "You are no longer on admin duty.");
to
Код:
new str[76], name[24];
GetPlayerName(playerid, name, 24);
format(str, sizeof(str), "{FF0000}%s is no longer admin on duty", name);
SendClientMessageToAll(COLOR_GREEN, str);
Reply


Messages In This Thread
Ajail script bug - by Zeus666 - 30.06.2016, 22:03
Re: Ajail script bug - by Shinja - 30.06.2016, 22:24
Re: Ajail script bug - by Shinja - 30.06.2016, 22:29
Re: Ajail script bug - by Zeus666 - 30.06.2016, 22:56
Re: Ajail script bug - by VVWVV - 01.07.2016, 00:32
Re: Ajail script bug - by Shinja - 01.07.2016, 00:44
Re: Ajail script bug - by Shinja - 01.07.2016, 00:48
Re: Ajail script bug - by Zeus666 - 01.07.2016, 05:22
Re: Ajail script bug - by IceBilizard - 01.07.2016, 05:49
Re: Ajail script bug - by Zeus666 - 01.07.2016, 05:58

Forum Jump:


Users browsing this thread: 4 Guest(s)