messages not being said to all players :S
#2

in the top script, youre using playerid twice:
Код:
	GetPlayerName(playerid,pname,32);
	GetPlayerName(playerid,PlayerToblow,128);
in the bottom script, pay attention to the parameter count:
Код:
            format(Msg, 128, "Player %s Has Been Warned By Administrator: %s For %s ", PlayerToWarn, Name, AdminNlame, Reason);
its 3 strings being parsed, and being fed to format().

oh, since IAM the master of typos: remove the "AdminNlame", and use "AdminName" heheh
Reply


Messages In This Thread
messages not being said to all players :S - by [LHT]Bally - 27.01.2013, 15:32
Re: messages not being said to all players :S - by Babul - 27.01.2013, 15:42
Re: messages not being said to all players :S - by [LHT]Bally - 27.01.2013, 15:49
Re: messages not being said to all players :S - by Mauzen - 27.01.2013, 15:58
Re: messages not being said to all players :S - by [LHT]Bally - 27.01.2013, 16:17

Forum Jump:


Users browsing this thread: 1 Guest(s)