Undefined? :O
#1

First, I want to ask, HOW THE F*CK can It cause errors on a line that's thousands of lines away where I'm scripting? :S
When It worked just fine before? :O

SendMessageToLawEnf();

pawn Код:
SendMessageToLawEnf(string);
Gives error error 017: undefined symbol "SendMessageToLawEnf".

Everywhere that code goes, until line 2700~, then there's no errors anymore,
even though there's loads of lines using that under.

And I wasn't even working NEAR neither that or the code below,
wich is called by the code above.

It have worked fine, until I added a few cars -_-


pawn Код:
SendMessageToLawEnf(const str[])
{
for (new i = 0; i < MAX_PLAYERS; i++)
{
if (IsPlayerConnected(i)) {
if (gteam[i]==Team_LSPD || gteam[i]==Team_Admin) {
SendClientMessage(i, COLOR_BLUE, str);
}
}
}
}
Reply


Messages In This Thread
Undefined? :O - by Mike Garber - 02.10.2009, 16:44
Re: Undefined? :O - by HB - 02.10.2009, 17:21
Re: Undefined? :O - by MenaceX^ - 02.10.2009, 17:32
Re: Undefined? :O - by Mike Garber - 02.10.2009, 18:04
Re: Undefined? :O - by Correlli - 02.10.2009, 18:12
Re: Undefined? :O - by Mike Garber - 02.10.2009, 19:30
Re: Undefined? :O - by Pawno_Master - 02.10.2009, 19:56
Re: Undefined? :O - by Mike Garber - 02.10.2009, 20:00
Re: Undefined? :O - by Battleskull - 03.10.2009, 03:17
Re: Undefined? :O - by virspector - 12.10.2009, 14:41

Forum Jump:


Users browsing this thread: 1 Guest(s)