Checkpoint problem
#1

When Im not at a boat its still show me the first message

PHP код:
if(C4B[playerid] == && IsPlayerInRangeOfPoint(playerid5.0, -426.441163.000.70))
    {
        if(
StealingC4[playerid] == playerid)
        {
            new 
vehicle GetPlayerVehicleID(playerid);
            if(
IsAC4Boat(vehicle))
            {
                
BoatHaveC4[GetPlayerVehicleID(playerid)] = 0;
                
RemovePlayerFromVehicle(playerid);
                
SetVehicleToRespawn(GetPlayerVehicleID(playerid));
                
DisablePlayerCheckpoint(playerid);
                
StealingC4[playerid] = 999;
                
PlayerInfo[playerid][pBombs]++;
                
C4B[playerid] = 0;
                
SendClientMessage(playeridCOLOR_LIGHTBLUE,"You got 1 C4 from the stealing");
            }
            else
                    {
                       
GameTextForPlayer(playerid"~r~You are not in a boat!"30001);
                        return 
1;
                }
              }
    } 
Reply


Messages In This Thread
Checkpoint problem - by Kenway - 23.02.2013, 07:03
Re: Checkpoint problem - by SilverKiller - 23.02.2013, 07:30
Re: Checkpoint problem - by Kenway - 23.02.2013, 08:10
Re: Checkpoint problem - by Kenway - 23.02.2013, 11:13
Re: Checkpoint problem - by Kenway - 23.02.2013, 20:00
Re: Checkpoint problem - by Misiur - 23.02.2013, 20:10
Re: Checkpoint problem - by Kenway - 23.02.2013, 20:25
Re: Checkpoint problem - by Misiur - 23.02.2013, 20:54
Re: Checkpoint problem - by Kenway - 24.02.2013, 05:43

Forum Jump:


Users browsing this thread: 1 Guest(s)