Can someone sort this out please;3
#6

pawn Код:
format(string, sizeof(string), "You have set {1B8AE4}%s(%d)"COLOR_GREEN" to level %d gamemaster.", GetName(id), id, level);
SendClientMessage(id, COLOR_GREEN, string);
format(string2, sizeof(string2), "You have been given level %d gamemaster by {1B8AE4}%s(%d)", level, GetName(playerid));
SendClientMessage(playerid, COLOR_GREEN, string2);
You were sending 'string' twice, and your formatting was off
Reply


Messages In This Thread
Can someone sort this out please;3 - by Elysian` - 26.06.2012, 19:58
Re: Can someone sort this out please;3 - by [A]ndrei - 26.06.2012, 20:04
Re: Can someone sort this out please;3 - by Elysian` - 26.06.2012, 20:04
Re: Can someone sort this out please;3 - by ViniBorn - 26.06.2012, 20:05
Re: Can someone sort this out please;3 - by [A]ndrei - 26.06.2012, 20:07
Re: Can someone sort this out please;3 - by ReneG - 26.06.2012, 20:08
Re: Can someone sort this out please;3 - by Elysian` - 26.06.2012, 20:13
Re: Can someone sort this out please;3 - by iGetty - 26.06.2012, 20:17
Re: Can someone sort this out please;3 - by Elysian` - 26.06.2012, 20:20
Re: Can someone sort this out please;3 - by iGetty - 26.06.2012, 20:35

Forum Jump:


Users browsing this thread: 1 Guest(s)