Weird errors, Most probably linked to the first one
#1

Code:
C:\Users\Torran\Desktop\sa-mp\filterscripts\engine.pwn(246) : error 017: undefined symbol "dcmd_exit"
C:\Users\Torran\Desktop\sa-mp\filterscripts\engine.pwn(281) : warning 217: loose indentation
C:\Users\Torran\Desktop\sa-mp\filterscripts\engine.pwn(281) : error 017: undefined symbol "dcmd_exit"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
The loose indentation error is really weird,
As the pawn code is:

pawn Code:
dcmd_exit(playerid, params[])
So i cant fix that,
Plus the undefined symbol, But it isent

pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
    dcmd(exit, 4, cmdtext);
    dcmd(engine, 6, cmdtext);
    return 0;
}
Anyone have any idea?
Reply


Messages In This Thread
Weird errors, Most probably linked to the first one - by Torran - 23.01.2010, 22:09
Re: Weird errors, Most probably linked to the first one - by JustinSton - 23.01.2010, 22:16
Re: Weird errors, Most probably linked to the first one - by Butilka - 23.01.2010, 22:17
Re: Weird errors, Most probably linked to the first one - by Torran - 23.01.2010, 22:18
Re: Weird errors, Most probably linked to the first one - by llama - 24.01.2010, 04:50

Forum Jump:


Users browsing this thread: 1 Guest(s)