problem
#1

I have problem with this it show 1 error

pawn Код:
if(GetPlayerScore(playerid) >150)
    {
    SetPlayerArmour(playerid,75);
    GivePlayerWeapon(playerid,WEAPON_DEAGLE,500);
    new Float:X,Float:Y,Float:Z;
    GetPlayerPos(playerid,X,Y,Z)
    CreateVehicle(469, X+10, Y, Z, 90, 0, 0, 1);
    }
    return 1;
}
It show this

pawn Код:
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\BreakIn.pwn(253) : error 001: expected token: ";", but found "-identifier-"
C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\BreakIn.pwn(390) : warning 217: loose indentation
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
Line 253 = CreateVehicle(469, X+10, Y, Z, 90, 0, 0, 1);

And im not sure if it will spawn a sparrow for a player that score is greater than 150 on spawn.
Reply


Messages In This Thread
problem - by [NTX]MikeQ - 18.07.2010, 20:32
Re: problem - by [XST]O_x - 18.07.2010, 20:33
Re: problem - by [NTX]MikeQ - 19.07.2010, 10:42
Re: problem - by [XST]O_x - 19.07.2010, 10:47
Re: problem - by [NTX]MikeQ - 19.07.2010, 10:49

Forum Jump:


Users browsing this thread: 5 Guest(s)