18.07.2010, 13:57
Ive gotten one error in this:
The error is:
I mean how can here be an error
pawn Код:
if(GetPlayerScore(playerid) <100
{
SetPlayerArmour(playerid,100);
GivePlayerWeapon(playerid,WEAPON_SNIPER,500);
}
return 1;
}
pawn Код:
LINE 243 = {
pawn Код:
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\BreakIn.pwn(243) : error 029: invalid expression, assumed zero
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\BreakIn.pwn(382) : warning 217: loose indentation
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\BreakIn.pwn(383) : warning 217: loose indentation
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\BreakIn.pwn(495) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.