31.07.2009, 18:41
I put this under OnPlayerSpawn
And for some reason, players who are still not cops can still enter the police vehicle (ID 596) can someone help?
Oh AND, is there a function to check if 2 players are in the same car? Thanks
Код:
OnPlayerSpawn(playerid)
{
if(Faction[playerid] != 3)
{
SetVehicleParamsForPlayer(596, playerid, 0, 1)
}
return 1;
}
Oh AND, is there a function to check if 2 players are in the same car? Thanks

