04.04.2009, 10:30
Well the lines have changed since the first pot but its still the same errors.
Lines are marked with comments
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;
}

