Show Checkpoint
#1

I create checkpoint. Player in bus and all player show checkpoint. I want show only player. Help...

Note: Sorry. My English is bad.
Reply
#2

Here is the problem - if (GetVehicleModel(437))
Reply
#3

Emrets61,

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if (GetVehicleModel(437))
    {
        SetPlayerCheckpoint(playerid, -2215.4680,-2771.3020,35.8780, 3.0); // Tatil CheckPoint
    }
    return 1;
}

public OnPlayerExitVehicle(playerid, vehicleid)
{
    if(GetVehicleModel(437)) { // { sign lacked
    DisablePlayerCheckpoint(playerid);
       } // } sign lacked (lock if..)
    return 1;
}
Reply
#4

Quote:
Originally Posted by Emrets61
I create checkpoint. Player in bus and all player show checkpoint. I want show only player. Help...

Note: Sorry. My English is bad.
Reply
#5

Help
Reply
#6

show the wrong code, so we can fix it or help to fix it
But only the wrong part, not something with more than 50 lines, lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)