03.04.2009, 10:37
pawn Код:
case 6: //Help
{
SetPlayerVirtualWorld(playerid,2);
new HelpTruck;
new HelpTrailer;
HelpTruck = CreateVehicle(515, -100.9774,-1138.1981,2.3020,154.0976, -1,-1, 9999999999999999);
HelpTrailer = CreateVehicle(435, -97.7526,-1128.8442,1.0859,341.8666, 0,0, 9999999999999999);
SetVehicleVirtualWorld(HelpTruck,2);
SetVehicleVirtualWorld(HelpTrailer,2);
AttachTrailerToVehicle(HelpTrailer,HelpTruck);
SetPlayerCameraPos(playerid, -112.6606, -1143.1872, 2.4586);
SetPlayerCameraLookAt(playerid, -103.4555, -1139.2799, 2.1096);
TogglePlayerControllable(playerid,0);
SetTimer("Tutorial",300000,false);
//SetPlayerVirtualWorld(playerid,0);
//TogglePlayerControllable(playerid,1);
}
pawn Код:
forward Tutorial();
pawn Код:
public Tutorial(playerid)
{
if(Tutorial == 3)
{
GameTextForPlayer(playerid,"tut text 1",5000,3);
}
else if(Tutorial == 10)
{
GameTextForPlayer(playerid,"tut text 2",5000,3);
}
return 1;
}
Код:
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(499) : warning 204: symbol is assigned a value that is never used: "RBSpawn" C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\Server\gamemodes\Trucking2.pwn(597) : error 025: function heading differs from prototype C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\Server\gamemodes\Trucking2.pwn(599) : error 076: syntax error in the expression, or invalid function call C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\Server\gamemodes\Trucking2.pwn(603) : error 076: syntax error in the expression, or invalid function call C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\Server\gamemodes\Trucking2.pwn(610) : warning 203: symbol is never used: "Destination" C:\Program Files\Rockstar Games\GTA San Andreas\SAMP\Server\gamemodes\Trucking2.pwn(610) : warning 203: symbol is never used: "PosDests" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.