Where ?
#2

I now get these errors:
pawn Код:
C:\Users\Mody\Desktop\Yea.pwn(13) : error 017: undefined symbol "AutoMessages"
C:\Users\Mody\Desktop\Yea.pwn(13) : error 017: undefined symbol "AutoMessages"
C:\Users\Mody\Desktop\Yea.pwn(13) : error 029: invalid expression, assumed zero
C:\Users\Mody\Desktop\Yea.pwn(13) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
from line 10 to line 16:
pawn Код:
forward AutoMessage();
public AutoMessage() {
    new string[128];
    format(string, sizeof(string), "%s", AutoMessages[random(sizeof(AutoMessages))]);
    SendClientMessageToAll(COLOR_YELLOW2, string);
    return 1;
}
Reply


Messages In This Thread
Where ? - by Red_Dragon. - 10.11.2012, 18:27
Re: Where ? - by Red_Dragon. - 10.11.2012, 18:46
Re: Where ? - by tyler12 - 10.11.2012, 18:51
Re: Where ? - by Red_Dragon. - 10.11.2012, 18:57
Re: Where ? - by MichaelWharton101 - 10.11.2012, 18:58
Re: Where ? - by Red_Dragon. - 10.11.2012, 18:59
Re: Where ? - by MichaelWharton101 - 10.11.2012, 19:00
Re: Where ? - by tyler12 - 10.11.2012, 19:02
Re: Where ? - by MichaelWharton101 - 10.11.2012, 19:04
Re: Where ? - by Red_Dragon. - 10.11.2012, 19:06

Forum Jump:


Users browsing this thread: 3 Guest(s)