Trying To Make A Tutorial...
#4

Well the lines have changed since the first pot but its still the same errors.
pawn Код:
C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\Server\pawno\include\cps.inc(140) : warning 208: function with tag result used before definition, forcing reparse
C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\Server\gamemodes\Trucking2.pwn(686) : error 025: function heading differs from prototype
C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\Server\gamemodes\Trucking2.pwn(688) : error 076: syntax error in the expression, or invalid function call
C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\Server\gamemodes\Trucking2.pwn(692) : error 076: syntax error in the expression, or invalid function call
C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\Server\gamemodes\Trucking2.pwn(724) : warning 203: symbol is never used: "Destination"
C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\Server\gamemodes\Trucking2.pwn(724) : warning 203: symbol is never used: "PosDests"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.
pawn Код:
public Tutorial(playerid)//686
{
    if(Tutorial == 3)//688
    {
    GameTextForPlayer(playerid,"tut text 1",5000,3);
    }
    else if(Tutorial == 10)//692
    {
    GameTextForPlayer(playerid,"tut text 2",5000,3);
    }
    return 1;
}
Lines are marked with comments
Reply


Messages In This Thread
Trying To Make A Tutorial... - by Alec24 - 03.04.2009, 10:37
Re: Trying To Make A Tutorial... - by Alec24 - 03.04.2009, 19:25
Re: Trying To Make A Tutorial... - by LarzI - 03.04.2009, 20:04
Re: Trying To Make A Tutorial... - by Alec24 - 04.04.2009, 10:30
Re: Trying To Make A Tutorial... - by LarzI - 04.04.2009, 19:34
Re: Trying To Make A Tutorial... - by Extrak - 15.06.2009, 19:14

Forum Jump:


Users browsing this thread: 1 Guest(s)