Argument Type Mismatch??
#1

Error occurs when I add this:
pawn Код:
public OnPlayerSpawn(playerid)
{
    GetPlayerPos(playerid,x1,y1,z1);
    if (GetPlayerPos(playerid,x1,y1,-0.2) && GetVehicleId(DeathVehicle1))
    {
        DestroyObject(FlameThrower1);
        return 1;
    }
    return 1;
}
Reply


Messages In This Thread
Argument Type Mismatch?? - by vakhtang - 10.01.2011, 13:22
Re: Argument Type Mismatch?? - by Mr.Stranger - 10.01.2011, 13:24
Re: Argument Type Mismatch?? - by Toreno - 10.01.2011, 13:25
Re: Argument Type Mismatch?? - by vakhtang - 10.01.2011, 13:38
Re: Argument Type Mismatch?? - by Mr.Stranger - 10.01.2011, 13:56
Re: Argument Type Mismatch?? - by vakhtang - 10.01.2011, 14:07

Forum Jump:


Users browsing this thread: 1 Guest(s)