05.03.2010, 12:04
pawn Код:
public OnVehicleStreamIn(vehicleid, forplayerid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(vehicleid == PlayerInfo[i][pPhousekey]+1)
{
SetVehicleParamsForPlayer(PlayerInfo[i][pPhousekey]+1, i, 0, 1);
}
}
return 1;
}