Error: - 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)
+--- Thread: Error: (
/showthread.php?tid=337888)
Error: -
Infinity90 - 28.04.2012
Can someone fix this, I will +REP
Line
pawn Код:
SendStaffMessage(COLOR_LIGHTBLUE, admin);
Error Code
pawn Код:
error 035: argument type mismatch (argument 1)
SendStaffMessage Forward
pawn Код:
forward SendStaffMessage(color, string[]);
public SendStaffMessage(color, string[])
{
  foreach(Player, i)
  {
      if(PlayerInfo[i][pAdmin] >= 1)
      {
        SendClientMessage(i, color, string);
      }
  }
}
Re: Error: -
Falco-Ger - 28.04.2012
COLOR_LIGHTBLUE seems to be non integer
post the define of COLOR_LIGHTBLUE please
Re: Error: -
Infinity90 - 28.04.2012
Thanks lol I've fixed it haha I +rep'd you