03.08.2014, 13:54
Something Like:
And make a stock for CountPlayersInVehicle like:
Or something like that above, Not entirely sure how it'd work but i'm sure it can be done if there isn't a function already.
Good Luck With It.
PHP код:
OnPlayerEnterVehicle
{
CountPlayersInVehicle(vehicleid, blabla
}
PHP код:
forward CountPlayersInVehicle(vehicleid);
public CountPlayersInVehicle(vehicleid)
{
PlayerInVehicle++;
}
Good Luck With It.

