Rank Problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Rank Problem (
/showthread.php?tid=264390)
Rank Problem -
Kitten - 25.06.2011
Solved
Re: Rank Problem -
[HiC]TheKiller - 26.06.2011
Colossus, you do realise the strings are most probably outside of the callback so they can be used globally? He would get errors if they did not exist. He is most probably using the string for larger things so it has to be larger.
OT: If I'm understanding this thread correctly, it calls everything fine except the SendClientMessageToAll. Put
Before the SendClientMessageToAll and check it is actually calling the right part of code.
Re: Rank Problem -
Rachael - 26.06.2011
Try removing the colors, see if it works then.
Four color changes in one line might be too much.
hint: the first color change is not needed, as it will be set by the SendClientMessage function
Re: Rank Problem -
Kitten - 26.06.2011
Solved